Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.3 - 200.8
Xamarin.Android100.3 - 100.15
Xamarin.iOS100.3 - 100.15
UWP100.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.