Property SpatialReference
SpatialReference
Gets the spatial reference for this map or scene.
Declaration
public SpatialReference SpatialReference { get; }
Property Value
Type | Description |
---|---|
SpatialReference | The spatial reference for this map or scene. |
Remarks
SpatialReference specifies how geometry coordinates relate to real-world space. It ensures that you can accurately view, query, and analyze the layers of a map or scene.
The spatial reference value is null
until the Map or Scene is loaded. You can set
this value explicitly using the, use Map(SpatialReference) or
Scene(SceneViewTilingScheme) constructors.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |