Class DataSourceCesiumImpl

represents an implementation for a Layer for a specific Map

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

Properties

_state: LayerState = LayerState.INACTIVE
[moduleIdSymbol]?: string
clock: undefined | DataSourceClock
dataSource: CustomDataSource
entities: EntityCollection
headers?: Record<string, string>
isDestroyed: boolean
name: string

unique Name

properties: Record<string, unknown>
url: undefined | string