Constructor ArcGISTiledElevationSource
ArcGISTiledElevationSource(Uri)
Initializes a new instance of the Arc
Declaration
public ArcGISTiledElevationSource(Uri source)
Parameters
Type | Name | Description |
---|---|---|
System. |
source | The external source URL of an elevation service or elevation service Portal |
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.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
Relevant samples
ArcGISTiledElevationSource(Item)
Initializes a new instance of the Arc
Declaration
public ArcGISTiledElevationSource(Item item)
Parameters
Type | Name | Description |
---|---|---|
Item | item | The ArcGIS tiled elevation source Portal |
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
Export
Applies to
Platforms and versions
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 |
ArcGISTiledElevationSource(TileCache)
Initializes a new instance of the Arc
Declaration
public ArcGISTiledElevationSource(TileCache tileCache)
Parameters
Type | Name | Description |
---|---|---|
Tile |
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 Tile
Applies to
Platforms and versions
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.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |