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

Metadata for one coverage returned by GetCapabilities / DescribeCoverage. More...

#include <wcslayer.h>

Collaboration diagram for WCSCoverageInfo:

Public Attributes

QString identifier
 
QString title
 
QString abstractText
 
MapExtent wgs84BoundingBox
 
QStringList supportedCrs
 
QStringList supportedFormats
 
QList< WCSFieldInfofields
 
QStringList interpolations
 

Detailed Description

Metadata for one coverage returned by GetCapabilities / DescribeCoverage.

Member Data Documentation

◆ abstractText

QString WCSCoverageInfo::abstractText

◆ fields

QList<WCSFieldInfo> WCSCoverageInfo::fields

From DescribeCoverage; may be empty.

◆ identifier

QString WCSCoverageInfo::identifier

Coverage ID used in GetCoverage requests.

◆ interpolations

QStringList WCSCoverageInfo::interpolations

From DescribeCoverage; may be empty.

◆ supportedCrs

QStringList WCSCoverageInfo::supportedCrs

e.g. {"EPSG:4326", "EPSG:3857"}.

◆ supportedFormats

QStringList WCSCoverageInfo::supportedFormats

e.g. {"image/tiff", "image/png"}.

◆ title

QString WCSCoverageInfo::title

◆ wgs84BoundingBox

MapExtent WCSCoverageInfo::wgs84BoundingBox

Always EPSG:4326.


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