Class WmtsTileMatrixSet
This class holds a collection of TileMatrix shared the same Crs.
public class WmtsTileMatrixSet
- Inheritance
-
WmtsTileMatrixSet
- Inherited Members
Constructors
WmtsTileMatrixSet()
public WmtsTileMatrixSet()
WmtsTileMatrixSet(string, string)
Default constrctor for the class.
public WmtsTileMatrixSet(string id, string crs)
Parameters
Properties
BoundingBox
The boundingBox of this TileMatrixSet.
public RectangleShape BoundingBox { get; set; }
Property Value
Crs
Gets or sets the Crs(Coorindate reference system) for the TileMatrixSet.
public string Crs { get; set; }
Property Value
Id
Gets or sets the id of the TileMatrixSet.
public string Id { get; set; }
Property Value
TileMatrices
Gets the collection of TileMatrix for the TileMatrixSet.
public Collection<TileMatrix> TileMatrices { get; }