Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.3 - 100.13
.NET Framework100.0 - 100.8
.NET 5100.11
.NET Core 3.1100.7 - 100.8
Xamarin.Android100.0 - 100.13
Xamarin.iOS100.0 - 100.8
UWP100.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
TargetVersions
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.1 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 100.15
In This Article
Back to top Copyright © 2022 Esri.