Class RasterLayerCesiumImpl

represents an implementation for a Layer for a specific Map

Hierarchy (view full)

Implements

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
cesiumLayer: null | ImageryLayer = null
extent: undefined | Extent
headers?: Record<string, string>
isDestroyed: boolean
maxLevel: number
minLevel: number
name: string

unique Name

opacity: number
properties: Record<string, unknown>
splitDirection: SplitDirection
tilingSchema: TilingScheme
url: undefined | string