Class VectorObliqueImpl

represents a specific vector layer for oblique.

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

  • activates the implementation, if the map is also active. calls initialize (only use internally) Once the promise resolves, the layer can still be inactive, if deactivate was called while initializing the layer.

    Returns Promise<void>

Properties

_state: LayerState = LayerState.INACTIVE
[moduleIdSymbol]?: string
currentExtent: null | Extent = null

The extent of the current image for which features where fetched

featureVisibility: FeatureVisibility
fetchedFeaturesForImageName: null | string = null

The image name for which the current features where fetched

globalHider: GlobalHider
headers?: Record<string, string>
isDestroyed: boolean
name: string

unique Name

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