QGIS API Documentation 3.41.0-Master (af5edcb665c)
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
qgswcs.cpp File Reference
#include "qgsmodule.h"
#include "qgswcsutils.h"
#include "qgswcsgetcapabilities.h"
#include "qgswcsdescribecoverage.h"
#include "qgswcsgetcoverage.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)    ( str.compare( QLatin1String( lit ), Qt::CaseInsensitive ) == 0 )
 

Functions

QGISEXTERN void QGS_ServiceModule_Exit (QgsServiceModule *)
 
QGISEXTERN QgsServiceModuleQGS_ServiceModule_Init ()
 

Macro Definition Documentation

◆ QSTR_COMPARE

#define QSTR_COMPARE (   str,
  lit 
)     ( 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.