WmtsLayer

constructor(url: String, layerId: String, tileMatrixSetId: String = "", preferredImageFormat: TileImageFormat = TileImageFormat.Unknown)

Creates a WMTS layer from the specified URL, layer Id, tile matrix set Id and preferred image format.

Since

200.1.0

See also


constructor(layerInfo: WmtsLayerInfo, tileMatrixSet: WmtsTileMatrixSet? = null, preferredImageFormat: TileImageFormat = TileImageFormat.Unknown)

Creates a WMTS layer object from a WMTS layer info.

Since

200.1.0

Parameters

layerInfo

the info for the layer

tileMatrixSet

a WMTS tile matrix set, null by default

preferredImageFormat

the preferred image format of the layer, The default value is TileImageFormat.Unknown

See also