ElevationSource

sealed class ElevationSource : Loadable

An base class for all elevation sources. A base class of implementations of elevation sources. To use an elevation source you create an instance of a derived class and set it in to a Surface in the ArcGISScene. The combination of elevation sources within the Surface generate a rendering surface on which data can be draped or offset from.

Since

200.1.0

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The "is enabled" state for the elevation source. The "is enabled" state of the elevation source object which indicates if this elevation source participates in the generation of the surface Surface.

Link copied to clipboard

The name for the elevation source. The name of the elevation source.

Inherited properties

Link copied to clipboard
open override val loadStatus: StateFlow<LoadStatus>

The load status.

Inherited functions

Link copied to clipboard
open override fun cancelLoad()

Cancels loading metadata for the Loadable object.

Link copied to clipboard
open suspend override fun load(): Result<Unit>

Loads the metadata for the object.

Link copied to clipboard
open suspend override fun retryLoad(): Result<Unit>

Loads or retries loading metadata for the object.

Inheritors

Link copied to clipboard
Link copied to clipboard