Class ArcGISTiledElevationSource
Class that represents an elevation source that can visualize an ArcGIS elevation image service.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISTiledElevationSource : ElevationSource, ILoadable, INotifyPropertyChanged
Remarks
An ArcGIS tiled elevation source is added to a Surface and provides elevation data that layers may be draped or offset from. The ArcGIS tiled elevation source uses an ArcGIS Image service to provide the elevation data.
Constructors
| Name | Description |
|---|---|
| ArcGISTiledElevationSource(TileCache) | Initializes a new instance of the ArcGISTiledElevationSource class with the specified TileCache. |
| ArcGISTiledElevationSource(Item) | Initializes a new instance of the ArcGISTiledElevationSource class with the specified PortalItem. |
| ArcGISTiledElevationSource(Uri) | Initializes a new instance of the ArcGISTiledElevationSource class from the specified URI. |
Properties
| Name | Description |
|---|---|
| Item | Gets the PortalItem for the elevation source. |
| Source | Gets or sets the endpoint of the ArcGIS elevation service. |
| TileCache | Gets or sets the TileCache for a local elevation source tile package. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |