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
WMSLayerInfo Struct Reference

Describes one named layer returned by a WMS GetCapabilities response. More...

#include <wmslayer.h>

Collaboration diagram for WMSLayerInfo:

Public Attributes

QString name
 
QString title
 
QString abstractText
 
QStringList crsIdentifiers
 
QStringList styles
 
MapExtent geographicBoundingBox
 
bool queryable = false
 

Detailed Description

Describes one named layer returned by a WMS GetCapabilities response.

Member Data Documentation

◆ abstractText

QString WMSLayerInfo::abstractText

Optional "Abstract" element.

◆ crsIdentifiers

QStringList WMSLayerInfo::crsIdentifiers

Supported CRS identifiers ("EPSG:4326", …).

◆ geographicBoundingBox

MapExtent WMSLayerInfo::geographicBoundingBox

Always in EPSG:4326.

◆ name

QString WMSLayerInfo::name

Layer "Name" element (used in requests).

◆ queryable

bool WMSLayerInfo::queryable = false

◆ styles

QStringList WMSLayerInfo::styles

Available style names.

◆ title

QString WMSLayerInfo::title

Human-readable "Title" element.


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