Show / Hide Table of Contents

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
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
.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.14
Relevant samples
Add an integrated mesh layer: View an integrated mesh layer from a scene service.
Change atmosphere effect: Changes the appearance of the atmosphere in a scene.
Choose camera controller: Control the behavior of the camera in a scene.

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.