Class CesiumTilesetCesiumImpl

represents the cesium implementation for a CesiumTilesetLayer layer.

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
cesium3DTileset: null | Cesium3DTileset
featureVisibility: FeatureVisibility
globalHider: undefined | GlobalHider
headers?: Record<string, string>
isDestroyed: boolean
modelMatrix: undefined | Matrix4
name: string

unique Name

offset: undefined | Coordinate
properties: Record<string, unknown>
splitDirection: SplitDirection
style: StyleItem
tilesetOptions: undefined | Record<string, unknown>
tilesetProperties: undefined | CesiumTilesetTilesetProperties[]
url: undefined | string