Constructor ArcGISTiledElevationSource
ArcGISTiledElevationSource(Uri)
Initializes a new instance of the ArcGISTiledElevationSource class from the specified URI.
Declaration
public ArcGISTiledElevationSource(Uri source)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | source | The external source URL of an elevation service or elevation service PortalItem. |
Remarks
The ArcGIS tiled elevation source uses an ArcGIS image service to provide the elevation data.
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.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
ArcGISTiledElevationSource(Item)
Initializes a new instance of the ArcGISTiledElevationSource class with the specified PortalItem.
Declaration
public ArcGISTiledElevationSource(Item item)
Parameters
Type | Name | Description |
---|---|---|
Item | item | The ArcGIS tiled elevation source PortalItem. |
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 a tile cache to provide the elevation data. Only tile caches that contain LERC tiles are supported. Use an ExportTileCacheTask to create an offline tile cache from an elevation image service.
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.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
ArcGISTiledElevationSource(TileCache)
Initializes a new instance of the ArcGISTiledElevationSource class with the specified TileCache.
Declaration
public ArcGISTiledElevationSource(TileCache tileCache)
Parameters
Type | Name | Description |
---|---|---|
TileCache | tileCache | Metadata for a local cache of elevation tiles that can be used to create an elevation source. |
Remarks
The ArcGIS tiled elevation source uses a TileCache to provide the elevation data. Only tile caches that contain LERC tiles are supported.
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.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |