RasterElevationSource QML Type
A file-based raster elevation source. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- RasterElevationSource is part of QML Type List.
Properties
- fileUrls : list<url>
- fullExtent : Envelope
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.
[read-only, since Esri.ArcGISRuntime 100.3] 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
.
|
Emitted when the fullExtent property changes.
Note: The corresponding handler is onFullExtentChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.3.