QGIS API Documentation 3.41.0-Master (af5edcb665c)
|
#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 | |
namespace | 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 121 of file qgswcs.cpp.
QGISEXTERN QgsServiceModule * QGS_ServiceModule_Init | ( | ) |
Definition at line 116 of file qgswcs.cpp.