QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Namespaces | Functions | Variables
qgswcsutils.h File Reference
#include "qgsmodule.h"
#include "qgswcsserviceexception.h"
#include "qgsrasterlayer.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

 QgsWcs
 WCS implementation.
 

Functions

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

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" )