QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
qgswfs.cpp File Reference
Include dependency graph for qgswfs.cpp:

Go to the source code of this file.

Classes

class  QgsWfsModule
 Module specialized for WFS service. More...
class  QgsWfs::Service
 OGC web service specialized for WFS. More...

Namespaces

namespace  QgsWfs
 WMS 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 32 of file qgswfs.cpp.

Function Documentation

◆ QGS_ServiceModule_Exit()

QGISEXTERN void QGS_ServiceModule_Exit ( QgsServiceModule * )

Definition at line 149 of file qgswfs.cpp.

◆ QGS_ServiceModule_Init()

QGISEXTERN QgsServiceModule * QGS_ServiceModule_Init ( )

Definition at line 144 of file qgswfs.cpp.