@vcmap/core
    Preparing search index...

    Class VectorTileOpenlayersImpl

    represents a specific vectorTileLayer 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
    declutter: boolean
    extent: Extent | undefined
    headers?: Record<string, string>
    isDestroyed: boolean
    maxLevel: number | undefined
    minLevel: number | undefined
    name: string

    unique Name

    olLayer: OLLayerLike | null = null
    properties: Record<string, unknown>
    source: VectorTile<RenderFeature> | undefined = undefined
    splitDirection: SplitDirection
    tileProvider: TileProvider
    tileSize: Size
    url: string | undefined