![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Map layer that fetches and composites OGC WMTS tiled imagery, caching individual tiles by (z, x, y) until the zoom level changes. More...
#include "layers/tilepyramidlayer.h"#include "render/basemaprenderparams.h"#include <ogr_spatialref.h>#include <QHash>#include <QSet>#include <QImage>#include <QList>#include <QMap>#include <QNetworkAccessManager>#include <QNetworkReply>#include <QString>#include <QUrl>Go to the source code of this file.
Classes | |
| struct | WMTSTileMatrix |
| Describes one zoom level within an OGC WMTS TileMatrixSet. More... | |
| struct | WMTSTileMatrixSet |
| A complete tile matrix set (one CRS + ordered zoom levels). More... | |
| struct | WMTSLayerInfo |
| Describes one layer from a WMTS GetCapabilities response. More... | |
| struct | WMTSServiceInfo |
| Metadata returned by a WMTS GetCapabilities request. More... | |
| class | WMTSLayer |
| A map layer that fetches tiled imagery from an OGC WMTS service. More... | |
Map layer that fetches and composites OGC WMTS tiled imagery, caching individual tiles by (z, x, y) until the zoom level changes.