Wmts Layer
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
layer Info
the info for the layer
tile Matrix Set
a WMTS tile matrix set, null by default
preferred Image Format
the preferred image format of the layer, The default value is TileImageFormat.Unknown