Click or drag to resize

TileMatrixSet Constructor

Creates and initializes an instance of TileMatrixSet.

Namespace:  Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public TileMatrixSet(
	string crs
)

Parameters

crs
Type: SystemString
The CRS of the tile matrix set.
See Also