Class TerrainCesiumImpl

TerrainLayer implementation for CesiumMap

Hierarchy (view full)

Accessors

  • get className(): string
  • Returns string

  • get initialized(): boolean
  • Whether this implementation has been initialized (e.g. activated at least once)

    Returns boolean

Constructors

Methods

  • activates the implementation, if the map is also active. calls initialize (only use internally) Once the promise resolves, the layer can still be inactive, if deactivate was called while initializing the layer.

    Returns Promise<void>

Properties

_state: LayerState = LayerState.INACTIVE
[moduleIdSymbol]?: string
headers?: Record<string, string>
isDestroyed: boolean
name: string

unique Name

properties: Record<string, unknown>
requestVertexNormals: boolean
requestWaterMask: boolean
terrainProvider: undefined | CesiumTerrainProvider = undefined
url: undefined | string