30 #include <QDomDocument>
63 const QString
WCS_NAMESPACE = QStringLiteral(
"http://www.opengis.net/wcs" );
64 const QString
GML_NAMESPACE = QStringLiteral(
"http://www.opengis.net/gml" );
65 const QString
OGC_NAMESPACE = QStringLiteral(
"http://www.opengis.net/ogc" );
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Represents a raster layer.
A rectangle specified with double values.
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
Provides a way to retrieve settings by prioritizing according to environment variables,...
QDomElement getCoverageOffering(QDomDocument &doc, const QgsRasterLayer *layer, const QgsProject *project, bool brief)
CoverageOffering or CoverageOfferingBrief element.
QgsRectangle parseBbox(const QString &bboxStr)
Parse bounding box.
QString implementationVersion()
Returns the highest version supported by this implementation.
const QString WCS_NAMESPACE
const QString OGC_NAMESPACE
const QString GML_NAMESPACE
QString serviceUrl(const QgsServerRequest &request, const QgsProject *project, const QgsServerSettings &settings)
Service URL string.