Skip to content

WmtsTileMatrixSet

Namespace: ThinkGeo.Core

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

public class WmtsTileMatrixSet

Inheritance ObjectWmtsTileMatrixSet

Properties

TileMatrices

Gets the collection of TileMatrix for the TileMatrixSet.

public Collection<TileMatrix> TileMatrices { get; }

Property Value

Collection<TileMatrix>

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

Constructors

WmtsTileMatrixSet(String, String)

Default constrctor for the class.

public WmtsTileMatrixSet(string id, string crs)

Parameters

id String

crs String

WmtsTileMatrixSet()

public WmtsTileMatrixSet()