![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Parameters for an OGC WMS or WMTS service. More...
#include <basemapconnection.h>
Public Attributes | |
| QString | name |
| QString | url |
| QString | layerName |
| QString | style |
| QString | imageFormat = "image/png" |
| QString | crs = "EPSG:3857" |
| QString | tileMatrixSet |
| int | dpiMode = 7 |
| DPI mode bitmask: 0=None, 1=QGIS, 2=UMN, 4=GeoServer, 7=All (default). | |
| int | tilePixelRatio = 0 |
| bool | ignoreGetMapURI = false |
| bool | ignoreAxisOrientation = false |
| bool | invertAxisOrientation = false |
| bool | smoothPixmapTransform = true |
| BasemapHttpHeaders | httpHeaders |
Parameters for an OGC WMS or WMTS service.
Protocol is auto-detected from the URL at connect time: if the URL contains "SERVICE=WMTS" or "/WMTSCapabilities.xml" (case-insensitive) the service is treated as WMTS; otherwise WMS.
| QString WMSConnection::crs = "EPSG:3857" |
| int WMSConnection::dpiMode = 7 |
DPI mode bitmask: 0=None, 1=QGIS, 2=UMN, 4=GeoServer, 7=All (default).
| BasemapHttpHeaders WMSConnection::httpHeaders |
| bool WMSConnection::ignoreAxisOrientation = false |
| bool WMSConnection::ignoreGetMapURI = false |
| QString WMSConnection::imageFormat = "image/png" |
| bool WMSConnection::invertAxisOrientation = false |
| QString WMSConnection::layerName |
| QString WMSConnection::name |
| bool WMSConnection::smoothPixmapTransform = true |
| QString WMSConnection::style |
| QString WMSConnection::tileMatrixSet |
WMTS only; empty for WMS.
| int WMSConnection::tilePixelRatio = 0 |
0/1/2 — same semantics as XYZConnection.
| QString WMSConnection::url |