Class VectorStyleItem

Hierarchy

Accessors

  • get className(): string
  • Returns string

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

[moduleIdSymbol]?: string
_cesiumColor: Color
_fill: undefined | Fill
_fillOptions: null | VectorStyleItemFill
_image: undefined | ImageStyle
_label: undefined | string
_stroke: undefined | Stroke
_style: Style | StyleFunction = ...
_text: undefined | Text
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[] = []

Generated using TypeDoc