Skip to content

WmtsTileMatrixSet

Namespace: ThinkGeo.Core

This class holds a collection of TileMatrix shared the same Crs.

public class WmtsTileMatrixSet : TileMatrixSet

Inheritance ObjectTileMatrixSetWmtsTileMatrixSet

Properties

Id

Gets or sets the id of the TileMatrixSet.

public string Id { get; set; }

Property Value

String

Crs

Gets or sets the Crs(Coorindate reference system) for the TileMatrixSet.

public string Crs { get; set; }

Property Value

String

BoundingBox

The boundingBox of this TileMatrixSet.

public RectangleShape BoundingBox { get; set; }

Property Value

RectangleShape

SupportedCrs

public int SupportedCrs { get; set; }

Property Value

Int32

Matrices

public Collection<TileMatrix> Matrices { get; set; }

Property Value

Collection<TileMatrix>

TileMatrices

This property is used to store the collection of TileMatrix.

public Collection<TileMatrix> TileMatrices { get; set; }

Property Value

Collection<TileMatrix>

Constructors

WmtsTileMatrixSet(String, String)

Default constructor for the class.

public WmtsTileMatrixSet(string id, string crs)

Parameters

id String

crs String

WmtsTileMatrixSet()

public WmtsTileMatrixSet()