ElevationSource QML Type

The base class for elevation source classes such as ArcGISTiledElevationSource. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Inherited By:

RasterElevationSource

Properties

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()

Emitted when the loadError property of the elevation source changes.

Note: load errors are also reported on the error property and emit the errorChanged signal.

Note: The corresponding handler is onLoadErrorChanged.

See also Loadable and Object.


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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.