SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
WMTSTileMatrix Struct Reference

Describes one zoom level within an OGC WMTS TileMatrixSet. More...

#include <wmtslayer.h>

Collaboration diagram for WMTSTileMatrix:

Public Attributes

QString identifier
 
double scaleDenominator
 
double topLeftX
 
double topLeftY
 
int tileWidth = 256
 
int tileHeight = 256
 
int matrixWidth
 
int matrixHeight
 

Detailed Description

Describes one zoom level within an OGC WMTS TileMatrixSet.

Member Data Documentation

◆ identifier

QString WMTSTileMatrix::identifier

e.g. "0", "1", …

◆ matrixHeight

int WMTSTileMatrix::matrixHeight

Number of tile rows.

◆ matrixWidth

int WMTSTileMatrix::matrixWidth

Number of tile columns.

◆ scaleDenominator

double WMTSTileMatrix::scaleDenominator

OGC scale denominator.

◆ tileHeight

int WMTSTileMatrix::tileHeight = 256

◆ tileWidth

int WMTSTileMatrix::tileWidth = 256

◆ topLeftX

double WMTSTileMatrix::topLeftX

Top-left corner X of the tile grid.

◆ topLeftY

double WMTSTileMatrix::topLeftY

Top-left corner Y of the tile grid.


The documentation for this struct was generated from the following file: