Table of Contents

Class WmtsTileMatrixSet

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

id string
crs string

Properties

BoundingBox

The boundingBox of this TileMatrixSet.

public RectangleShape BoundingBox { get; set; }

Property Value

RectangleShape

Crs

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

public string Crs { get; set; }

Property Value

string

Id

Gets or sets the id of the TileMatrixSet.

public string Id { get; set; }

Property Value

string

TileMatrices

Gets the collection of TileMatrix for the TileMatrixSet.

public Collection<TileMatrix> TileMatrices { get; }

Property Value

Collection<TileMatrix>