QGIS API Documentation 3.99.0-Master (752b475928d)
Loading...
Searching...
No Matches
qgswcs.cpp File Reference
#include "qgsmodule.h"
#include "qgswcsdescribecoverage.h"
#include "qgswcsgetcapabilities.h"
#include "qgswcsgetcoverage.h"
#include "qgswcsutils.h"
Include dependency graph for qgswcs.cpp:

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)

Functions

QGISEXTERN void QGS_ServiceModule_Exit (QgsServiceModule *)
QGISEXTERN QgsServiceModuleQGS_ServiceModule_Init ()

Macro Definition Documentation

◆ QSTR_COMPARE

#define QSTR_COMPARE ( str,
lit )
Value:
( str.compare( QLatin1String( lit ), Qt::CaseInsensitive ) == 0 )

Definition at line 26 of file qgswcs.cpp.

Function Documentation

◆ QGS_ServiceModule_Exit()

QGISEXTERN void QGS_ServiceModule_Exit ( QgsServiceModule * )

Definition at line 121 of file qgswcs.cpp.

◆ QGS_ServiceModule_Init()

QGISEXTERN QgsServiceModule * QGS_ServiceModule_Init ( )

Definition at line 116 of file qgswcs.cpp.