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
)
Public Sub New (
crs As String
)
public:
TileMatrixSet(
String^ crs
)
new :
crs : string -> TileMatrixSet
Parameters
- crs
- Type: SystemString
The CRS of the tile matrix set.
See Also