QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
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" );
QString serviceUrl(const QgsServerRequest &request, const QgsProject *project)
Service URL string.
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
const QString GML_NAMESPACE
A rectangle specified with double values.
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
const QString OGC_NAMESPACE
Represents a raster layer.
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.
QgsRectangle parseBbox(const QString &bboxStr)
Parse bounding box.
const QString WCS_NAMESPACE