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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close