Constructor ArcGISTiledElevationSource
ArcGISTiledElevationSource()
Initializes a new instance of the ArcGISTiledElevationSource class.
Declaration
public ArcGISTiledElevationSource()
Remarks
Use this constructor to create a ArcGISTiledElevationSource. Once the elevation source is created you will have to set the URI by using the Source property. This method exists to support XAML creation of a ArcGISTiledElevationSource.
It is recommended that you use the ArcGISTiledElevationSource(Uri) constructor for creating an elevation source with an associated URI.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.13 |
| .NET Framework | 100.0 - 100.8 |
| .NET 5 | 100.11 |
| .NET Core 3.1 | 100.7 - 100.8 |
| Xamarin.Android | 100.0 - 100.13 |
| Xamarin.iOS | 100.0 - 100.8 |
| UWP | 100.0 - 100.15 |
ArcGISTiledElevationSource(Uri)
Initializes a new instance of the ArcGISTiledElevationSource class from the specified URI.
Declaration
public ArcGISTiledElevationSource(Uri source)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
|---|---|
| UWP | 100.15 |
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 an 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 - 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 |
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 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 100.15 |