The base class for elevation source classes such as ArcGISTiledElevationSource. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: | |
Inherited By: |
Properties
- elevationSourceType : Enums.ElevationSourceType
- enabled : bool
- loadError : Error
- loadStatus : Enums.LoadStatus
- name : string
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
See also Loadable.
Property Documentation
Returns the elevation source type (read-only).
See also Enums.ElevationSourceType.
loadError : Error |
Returns the load error (read-only).
Note: load errors are also reported on the error
property and emit the errorChanged
signal.
See also Loadable.
Returns the load status enumeration (read-only).
See also Loadable and Enums.LoadStatus.
Signal Documentation
Emitted when the enabled property changes.
Note: The corresponding handler is onEnabledChanged
.
Emitted when the loadStatus property of the elevation source changes.
Note: The corresponding handler is onLoadStatusChanged
.
See also Loadable.
Emitted when the name property changes.
Note: The corresponding handler is onNameChanged
.