| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include "qgswcsutils.h"#include "qgsconfigcache.h"#include "qgsserverprojectutils.h"#include "qgsproject.h"#include "qgsexception.h"#include "qgsrasterlayer.h"#include "qgsmapserviceexception.h"#include "qgscoordinatereferencesystem.h"
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, const QgsServerSettings &settings) | 
| Service URL string.  More... | |