ElevationSource QML Type
The base class for elevation source classes such as ArcGISTiledElevationSource. More...
Import Statement: | import Esri.ArcGISRuntime |
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
elevationSourceType : Enums.ElevationSourceType |
Returns the elevation source type (read-only).
See also Enums.ElevationSourceType.
enabled : bool |
Whether the elevation source is enabled.
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.
loadStatus : Enums.LoadStatus |
Returns the load status enumeration (read-only).
See also Loadable and Enums.LoadStatus.
name : string |
The name of the elevation source.
Signal Documentation
enabledChanged() |
Emitted when the enabled property changes.
Note: The corresponding handler is onEnabledChanged
.
loadErrorChanged() |
loadStatusChanged() |
Emitted when the loadStatus property of the elevation source changes.
Note: The corresponding handler is onLoadStatusChanged
.
See also Loadable.
nameChanged() |
Emitted when the name property changes.
Note: The corresponding handler is onNameChanged
.