Hierarchy (View Summary)

Implements

Constructors

Properties

_olayer?: TileLayer<WMTS>

Linked ol layer, starting with an underscore to not be part of the proxy. *

activeState: "on" | "off" = 'off'

This class is a used in the state of the application, which will be accessed behind a javascript proxy. This means that each modification made to its properties must come from outside, because they have to be made through the proxy, so that the modification can be listen. Therefore, this class must not contain any method which is updating a value directly For example, any method doing <this.xxx = value> is forbidden here, because the modification be known from the proxy

dimensions?: Record<string, object>
disclaimer?: string
errorMessage: null | string = null
hasError: boolean = false
hiDPILegendImages?: Record<string, string>
id: number

This class is a used in the state of the application, which will be accessed behind a javascript proxy. This means that each modification made to its properties must come from outside, because they have to be made through the proxy, so that the modification can be listen. Therefore, this class must not contain any method which is updating a value directly For example, any method doing <this.xxx = value> is forbidden here, because the modification be known from the proxy

imageType?: string
isDefaultChecked: boolean
isLegendExpanded: boolean
layer: string
legend: boolean
legendImage?: string
maxResolution?: number
metadataUrl?: string
minResolution?: number
name: string
ogcServer?: ServerOgc
opacity: number
order: number
parent: GroupLayer
printLayers?: string
protected: boolean
queryLayers?: string
style?: string
swiped: "left" | "right" | "no" = 'no'
treeItemId: string
url: string

This class is a used in the state of the application, which will be accessed behind a javascript proxy. This means that each modification made to its properties must come from outside, because they have to be made through the proxy, so that the modification can be listen. Therefore, this class must not contain any method which is updating a value directly For example, any method doing <this.xxx = value> is forbidden here, because the modification be known from the proxy

wasLegendExpanded: boolean
wmsLayers?: string

Accessors

  • get className(): string
  • Returns string

    the name of the class to facilitate the identification of subclasses, even in Proxy objects.

Methods