QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
qgswcsutils.h File Reference
#include "qgsmodule.h"
#include "qgsrasterlayer.h"
#include "qgsserversettings.h"
#include "qgswcsserviceexception.h"
#include <QDomDocument>
Include dependency graph for qgswcsutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QgsWcs
 WCS implementation.

Functions

QDomElement QgsWcs::getCoverageOffering (QDomDocument &doc, const QgsRasterLayer *layer, const QgsProject *project, bool brief=false)
 CoverageOffering or CoverageOfferingBrief element.
QString QgsWcs::implementationVersion ()
 Returns the highest version supported by this implementation.
QgsRectangle QgsWcs::parseBbox (const QString &bboxStr)
 Parse bounding box.
QString QgsWcs::serviceUrl (const QgsServerRequest &request, const QgsProject *project, const QgsServerSettings &settings)
 Service URL string.

Variables

const QString QgsWcs::GML_NAMESPACE = QStringLiteral( "http://www.opengis.net/gml" )
const QString QgsWcs::OGC_NAMESPACE = QStringLiteral( "http://www.opengis.net/ogc" )
const QString QgsWcs::WCS_NAMESPACE = QStringLiteral( "http://www.opengis.net/wcs" )