Click or drag to resize

TileMatrix Properties

The TileMatrix type exposes the following members.

Properties
  NameDescription
Public propertyBottomRightCorner
The bottom right coordinate of the area covered by the tiles of the matrix set (with bottom < top).
Public propertyIdentifier
Tile matrix identifier; value of the {z} URL template parameter.
Public propertyMatrixHeight
Number of vertical tiles.
Public propertyMatrixMaxX
Optionally limits the number of tiles by specifying a maximum value for the {x} URL template parameter.
Public propertyMatrixMaxY
Optionally limits the number of tiles by specifying a maximum value for the {y} URL template parameter.
Public propertyMatrixMinX
Optionally limits the number of tiles by specifying a minimum value for the {x} URL template parameter.
Public propertyMatrixMinY
Optionally limits the number of tiles by specifying a minimum value for the {y} URL template parameter.
Public propertyMatrixWidth
Number of horizontal tiles.
Public propertyScaleDenominator
Scale denominator as it it part of the WMTS service capabilities.
Public propertyTileHeight
Pixel height of a tile returned by the WMTS service.
Public propertyTileWidth
Pixel width of a tile returned by the WMTS service.
Public propertyTopLeftCorner
The top left coordinate of the area covered by the tiles of the matrix set (with top > bottom).
Top
See Also