![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Describes one zoom level within an OGC WMTS TileMatrixSet. More...
#include <wmtslayer.h>
Public Attributes | |
| QString | identifier |
| double | scaleDenominator |
| double | topLeftX |
| double | topLeftY |
| int | tileWidth = 256 |
| int | tileHeight = 256 |
| int | matrixWidth |
| int | matrixHeight |
Describes one zoom level within an OGC WMTS TileMatrixSet.
| QString WMTSTileMatrix::identifier |
e.g. "0", "1", …
| int WMTSTileMatrix::matrixHeight |
Number of tile rows.
| int WMTSTileMatrix::matrixWidth |
Number of tile columns.
| double WMTSTileMatrix::scaleDenominator |
OGC scale denominator.
| int WMTSTileMatrix::tileHeight = 256 |
| int WMTSTileMatrix::tileWidth = 256 |
| double WMTSTileMatrix::topLeftX |
Top-left corner X of the tile grid.
| double WMTSTileMatrix::topLeftY |
Top-left corner Y of the tile grid.