ArcGISTiledElevationSource

constructor(item: Item)

Creates an ArcGIS tiled elevation source with a portal item. An ArcGIS tiled elevation source is added to a Surface and provides elevation data on which layers may be draped or offset from. The ArcGIS tiled elevation source uses an ArcGIS Image service to provide the elevation data.

Since

200.1.0

Parameters

item

The ArcGIS tiled elevation source item (only PortalItem are supported).


constructor(tileCache: TileCache)

Creates an ArcGIS tiled elevation source with a tile cache. 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 com.arcgismaps.mapping.layers.TileCache to provide the elevation data. Only tile caches that contain LERC tiles are supported. Use an com.arcgismaps.tasks.tilecache.ExportTileCacheTask to create an offline tile cache from an elevation image service.

Since

200.1.0

Parameters

tileCache

Metadata for a local cache of elevation tiles that can be used to create an elevation source.


constructor(uri: String)

Creates an ArcGIS tiled elevation source with using a URL to an elevation service object. An ArcGIS tiled elevation source is added to a Surface and provides elevation data on which layers may be draped or offset from. The ArcGIS tiled elevation source uses an ArcGIS Image service to provide the elevation data.

Since

200.1.0

Parameters

uri

The URI to an elevation service or to an elevation service portal item.