Class VectorStyleItem

Hierarchy (view full)

Accessors

  • get className(): string
  • Returns string

  • get style(): Style | StyleFunction
  • The 2D representation of this style

    Returns Style | StyleFunction

  • set style(style): void
  • The 2D representation of this style

    Parameters

    • style: Style | StyleFunction

    Returns void

Constructors

Methods

  • Exclude a section from this style. Excluded section are not returned and cannot be assigned via .assign. Setting the section over a property will remove it from the excluded sections.

    Parameters

    Returns void

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[] = []