QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgsmodule.h"
#include "qgswcsutils.h"
#include "qgswcsgetcapabilities.h"
#include "qgswcsdescribecoverage.h"
#include "qgswcsgetcoverage.h"
Go to the source code of this file.
Classes | |
class | QgsWcsModule |
Service module specialized for WCS. More... | |
class | QgsWcs::Service |
OGC web service specialized for WCS. More... | |
Namespaces | |
QgsWcs | |
WCS implementation. | |
Macros | |
#define | QSTR_COMPARE(str, lit) (str.compare( QLatin1String( lit ), Qt::CaseInsensitive ) == 0) |
Functions | |
QGISEXTERN void | QGS_ServiceModule_Exit (QgsServiceModule *) |
QGISEXTERN QgsServiceModule * | QGS_ServiceModule_Init () |
#define QSTR_COMPARE | ( | str, | |
lit | |||
) | (str.compare( QLatin1String( lit ), Qt::CaseInsensitive ) == 0) |
Definition at line 26 of file qgswcs.cpp.
QGISEXTERN void QGS_ServiceModule_Exit | ( | QgsServiceModule * | ) |
Definition at line 125 of file qgswcs.cpp.
QGISEXTERN QgsServiceModule* QGS_ServiceModule_Init | ( | ) |
Definition at line 120 of file qgswcs.cpp.