Class ArcGISTiledElevationSource
An elevation source based on a tiled ArcGIS image service containing elevation data.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISTiledElevationSource : ElevationSource, ILoadable, INotifyPropertyChanged
Remarks
An ArcGIS tiled elevation source helps visualize maps and layers in 3D by providing a surface that layers may be draped or offset from.
You can create an ArcGIS tiled elevation source object from the URL, or Portal
To utilize an elevation source in a scene's surface, add it to the scene's Elevation
Constructors
Name | Description |
---|---|
Arc |
Initializes a new instance of the Arc |
Arc |
Initializes a new instance of the Arc |
Arc |
Initializes a new instance of the Arc |
Properties
Name | Description |
---|---|
Item | Gets the Portal |
Source | Gets or sets the endpoint of the ArcGIS elevation service. |
Tile |
Gets or sets the Tile |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |