worldwind-ui API / worldwind-kit / WmtsLayerFromCapabilitiesOptions
Interface: WmtsLayerFromCapabilitiesOptions ​
Defined in: kit/src/capabilities.ts:92
Extends ​
Properties ​
attribution? ​
optionalattribution?:string|LayerAttribution|null
Defined in: kit/src/layers.ts:86
Credit for the layer's data; null suppresses the default of a built-in layer.
Inherited from ​
displayName? ​
optionaldisplayName?:string
Defined in: kit/src/layers.ts:78
Inherited from ​
enabled? ​
optionalenabled?:boolean
Defined in: kit/src/layers.ts:79
Inherited from ​
fetch? ​
optionalfetch?: (input,init?) =>Promise<Response>
Defined in: kit/src/capabilities.ts:8
Injectable for tests or custom transports.
Parameters ​
input ​
URL | RequestInfo
init? ​
RequestInit
Returns ​
Promise<Response>
Inherited from ​
format? ​
optionalformat?:string
Defined in: kit/src/capabilities.ts:102
Image format; defaults to the first one the layer offers.
layer ​
layer:
string
Defined in: kit/src/capabilities.ts:96
The layer identifier as listed in the capabilities.
legend? ​
optionallegend?:string|LayerLegend|null
Defined in: kit/src/layers.ts:88
Legend image URL or descriptor.
Inherited from ​
matrixSet? ​
optionalmatrixSet?:string
Defined in: kit/src/capabilities.ts:100
Tile matrix set identifier; defaults to the first one WorldWind supports.
maxActiveAltitude? ​
optionalmaxActiveAltitude?:number
Defined in: kit/src/layers.ts:84
Inherited from ​
LayerOptions.maxActiveAltitude
minActiveAltitude? ​
optionalminActiveAltitude?:number
Defined in: kit/src/layers.ts:83
Inherited from ​
LayerOptions.minActiveAltitude
opacity? ​
optionalopacity?:number
Defined in: kit/src/layers.ts:81
0..1
Inherited from ​
pickEnabled? ​
optionalpickEnabled?:boolean
Defined in: kit/src/layers.ts:82
Inherited from ​
service ​
service:
string
Defined in: kit/src/capabilities.ts:94
The WMTS endpoint or a full GetCapabilities URL.
signal? ​
optionalsignal?:AbortSignal
Defined in: kit/src/capabilities.ts:9
Inherited from ​
style? ​
optionalstyle?:string
Defined in: kit/src/capabilities.ts:98
Style identifier; defaults to the layer's default style.
time? ​
optionaltime?:string|null
Defined in: kit/src/capabilities.ts:104
Value for the TIME dimension.
timeDimension? ​
optionaltimeDimension?:TimeDimension|null
Defined in: kit/src/layers.ts:90
The instants the layer can show, for time sliders. Read from capabilities when available.