ElevationSource

sealed class ElevationSource : Loadable

Elevation sources provide a surface on which data can be draped or offset from. This is the base class for elevation sources, such as ArcGISTiledElevationSource and RasterElevationSource. To utilize an elevation source in a scene's surface, create the elevation source and add it to the scene's Surface.elevationSources collection. The combination of elevation sources within the Surface generates a rendering surface on which data can be draped or offset from.

Since

200.1.0

See also

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if the elevation source participates in the generation of the Surface, false otherwise.

Link copied to clipboard

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.