![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Describes one named layer returned by a WMS GetCapabilities response. More...
#include <wmslayer.h>
Public Attributes | |
| QString | name |
| QString | title |
| QString | abstractText |
| QStringList | crsIdentifiers |
| QStringList | styles |
| MapExtent | geographicBoundingBox |
| bool | queryable = false |
Describes one named layer returned by a WMS GetCapabilities response.
| QString WMSLayerInfo::abstractText |
Optional "Abstract" element.
| QStringList WMSLayerInfo::crsIdentifiers |
Supported CRS identifiers ("EPSG:4326", …).
| MapExtent WMSLayerInfo::geographicBoundingBox |
Always in EPSG:4326.
| QString WMSLayerInfo::name |
Layer "Name" element (used in requests).
| bool WMSLayerInfo::queryable = false |
| QStringList WMSLayerInfo::styles |
Available style names.
| QString WMSLayerInfo::title |
Human-readable "Title" element.