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: |
- List of all members, including inherited members
- ElevationSource is part of QML Type List.
Properties
- elevationSourceType : Enums.ElevationSourceType
- enabled : bool
- loadError : Error
- loadStatus : Enums.LoadStatus
- name : string
Signals
Methods
- void cancelLoad()
- void load()
- void retryLoad()
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
See also Loadable.
Property Documentation
[read-only] elevationSourceType : Enums.ElevationSourceType |
Returns the elevation source type (read-only).
See also Enums.ElevationSourceType.
enabled : bool |
Whether the elevation source is enabled.
[read-only] 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.
[read-only] 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
.
Method Documentation
void cancelLoad() |
See also Loadable.
void load() |
See also Loadable.
void retryLoad() |
See also Loadable.