Class WmtsOpenlayersImpl

WmtsLayer implementation for OpenlayersMap.

Hierarchy (view full)

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
extent: Extent
format: string
headers?: Record<string, string>
isDestroyed: boolean
layer: string
matrixIds: string[]
maxLevel: number
minLevel: number
name: string

unique Name

numberOfLevelZeroTilesX: number
numberOfLevelZeroTilesY: number
olLayer: null | Layer<Source, LayerRenderer<any>> = null
opacity: number
openlayersOptions: Partial<Options>
properties: Record<string, unknown>
splitDirection: SplitDirection
style: string
tileMatrixSetID: string
tileSize: Size
tilingSchema: TilingScheme
url: undefined | string