Property SceneViewTilingScheme
SceneViewTilingScheme
Gets the SceneViewTilingScheme that defines how tile based data is rendered.
Declaration
public SceneViewTilingScheme SceneViewTilingScheme { get; }
Property Value
Type | Description |
---|---|
SceneViewTilingScheme | The SceneViewTilingScheme that defines how tile based data is rendered. |
Remarks
The tiling scheme property is used by the SceneView to determine how to render tiled data.
This property is determined during LoadAsync(). The SpatialReference of the first tiled elevation source (ArcGISTiledElevationSource) or tiled layer in the basemap or operational layer (see ArcGISTiledLayer) determines whether the value is ref Geographic or WebMercator.
If you create a new scene, you can set this value before adding the base surface, basemap or operational layers. The SceneViewTilingScheme must correspond to the SpatialReference of the layers to ensure they render correctly.
The default value is WebMercator.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.3 - 200.5 |
Xamarin.Android | 100.3 - 100.15 |
Xamarin.iOS | 100.3 - 100.15 |
UWP | 100.3 - 200.5 |