29 #include <QDomDocument> 62 const QString
WCS_NAMESPACE = QStringLiteral(
"http://www.opengis.net/wcs" );
63 const QString
GML_NAMESPACE = QStringLiteral(
"http://www.opengis.net/gml" );
64 const QString
OGC_NAMESPACE = QStringLiteral(
"http://www.opengis.net/ogc" );
A rectangle specified with double values.
QgsRectangle parseBbox(const QString &bboxStr)
Parse bounding box.
const QString WCS_NAMESPACE
This class provides qgis with the ability to render raster datasets onto the mapcanvas.
QString serviceUrl(const QgsServerRequest &request, const QgsProject *project)
Service URL string.
const QString GML_NAMESPACE
const QString OGC_NAMESPACE
Encapsulates a QGIS project, including sets of map layers and their styles, layouts, annotations, canvases, etc.
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
QString implementationVersion()
Returns the highest version supported by this implementation.
QDomElement getCoverageOffering(QDomDocument &doc, const QgsRasterLayer *layer, const QgsProject *project, bool brief)
CoverageOffering or CoverageOfferingBrief element.