Class VectorOpenlayersImpl

represents a specific vectorlayer for openlayers.

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
featureVisibility: FeatureVisibility
globalHider: GlobalHider
headers?: Record<string, string>
isDestroyed: boolean
maxResolution: undefined | number
minResolution: undefined | number
name: string

unique Name

olLayer: null | VectorLayer<VectorSource<any>, any> = null
properties: Record<string, unknown>
source: VectorSource<Feature<Geometry>>
splitDirection: SplitDirection
style: StyleItem
url: undefined | string