RasterElevationSource QML Type

A file-based raster elevation source. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

ElevationSource

Properties

Signals

Detailed Description

A raster elevation source is added to a Surface and provides elevation data on which layers may be draped or offset from. The raster elevation source uses a list of raster files to provide the elevation data.

See also Loadable.

Property Documentation

fileUrls : list<url>

A list of file URLs of the raster files used for the elevation source.


fullExtent : Envelope

Returns the extent of all elevation data in the source (read-only).

Expressed in the coordinates of the spatial reference of the raster files used for the elevation source.

This value is populated after the elevation source is done loading.

This property was introduced in Esri.ArcGISRuntime 100.3.


Signal Documentation

fileUrlsChanged()

Emitted when the fileUrls property changes.

Note: The corresponding handler is onFileUrlsChanged.


fullExtentChanged()

Emitted when the fullExtent property changes.

Note: The corresponding handler is onFullExtentChanged.

This signal was introduced in Esri.ArcGISRuntime 100.3.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.