A file-based raster elevation source. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
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
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
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.