ElevationSource QML Type

ArcGISTiledElevationSource."> ElevationSource QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • ElevationSource
  • The base class for elevation source classes such as ArcGISTiledElevationSource. More...

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

    Object

    Inherited By:

    RasterElevationSource

    Properties

    Signals

    Methods

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

    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.


    Method Documentation

    void cancelLoad()

    See also Loadable.


    void load()

    See also Loadable.


    void retryLoad()

    See also Loadable.


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