Class StyleItem

An abstract style definition which can be applied to a layer

Hierarchy (view full)

Accessors

  • get className(): string
  • Returns string

Constructors

Methods

  • Tests if two styleItems are equivalent. Does not match the name property (e.g. identifier)

    Parameters

    Returns boolean

  • Parameters

    • className: string

    Returns boolean

    redundant, remove

Properties

_style: Style | StyleFunction = ...
[moduleIdSymbol]?: string
cesiumStyle: Cesium3DTileStyle = ...

The 3D representation of this style

colorBlendMode: Cesium3DTileColorBlendMode
isDestroyed: boolean
name: string

unique Name

properties: Record<string, unknown>
styleChanged: VcsEvent<void> = ...

Fired on style updates

supportedLayers: string[] = []