Class VectorOpenlayersImpl

represents a specific vectorlayer for openlayers.

Hierarchy

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

[moduleIdSymbol]?: string
_featureVisibilityListeners: (() => void)[] = []

Type declaration

    • (): void
    • Returns void

_state: LayerState = LayerState.INACTIVE
featureVisibility: FeatureVisibility
globalHider: GlobalHider
isDestroyed: boolean
maxResolution: undefined | number
minResolution: undefined | number
name: string

unique Name

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

Generated using TypeDoc