TileMatrix Properties |
The TileMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| BottomRightCorner |
The bottom right coordinate of the area covered by the tiles of the matrix set (with bottom < top).
| |
| Identifier |
Tile matrix identifier; value of the {z} URL template parameter.
| |
| MatrixHeight |
Number of vertical tiles.
| |
| MatrixMaxX |
Optionally limits the number of tiles by specifying a maximum value for the {x} URL template parameter.
| |
| MatrixMaxY |
Optionally limits the number of tiles by specifying a maximum value for the {y} URL template parameter.
| |
| MatrixMinX |
Optionally limits the number of tiles by specifying a minimum value for the {x} URL template parameter.
| |
| MatrixMinY |
Optionally limits the number of tiles by specifying a minimum value for the {y} URL template parameter.
| |
| MatrixWidth |
Number of horizontal tiles.
| |
| ScaleDenominator |
Scale denominator as it it part of the WMTS service capabilities.
| |
| TileHeight |
Pixel height of a tile returned by the WMTS service.
| |
| TileWidth |
Pixel width of a tile returned by the WMTS service.
| |
| TopLeftCorner |
The top left coordinate of the area covered by the tiles of the matrix set (with top > bottom).
|