QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
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" );
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
const QString GML_NAMESPACE
QString serviceUrl(const QgsServerRequest &request, const QgsProject *project, const QgsServerSettings &settings)
Service URL string.
A rectangle specified with double values.
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Provides a way to retrieve settings by prioritizing according to environment variables,...
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