WmtsTileMatrixSet¶
Namespace: ThinkGeo.Core
This class holds a collection of TileMatrix shared the same Crs.
public class WmtsTileMatrixSet : TileMatrixSet
Inheritance Object → TileMatrixSet → WmtsTileMatrixSet
Properties¶
Id¶
Gets or sets the id of the TileMatrixSet.
public string Id { get; set; }
Property Value¶
Crs¶
Gets or sets the Crs(Coorindate reference system) for the TileMatrixSet.
public string Crs { get; set; }
Property Value¶
BoundingBox¶
The boundingBox of this TileMatrixSet.
public RectangleShape BoundingBox { get; set; }
Property Value¶
SupportedCrs¶
public int SupportedCrs { get; set; }
Property Value¶
Matrices¶
public Collection<TileMatrix> Matrices { get; set; }
Property Value¶
TileMatrices¶
This property is used to store the collection of TileMatrix.
public Collection<TileMatrix> TileMatrices { get; set; }
Property Value¶
Constructors¶
WmtsTileMatrixSet(String, String)¶
Default constructor for the class.
public WmtsTileMatrixSet(string id, string crs)
Parameters¶
id
String
crs
String
WmtsTileMatrixSet()¶
public WmtsTileMatrixSet()