@vcmap/core
    Preparing search index...

    Class VectorOpenlayersImpl

    represents a specific vectorlayer for openlayers.

    Hierarchy (View Summary)

    Implements

    Index

    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: number | undefined
    minResolution: number | undefined
    name: string

    unique Name

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