QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgsmodule.h"
#include "qgswfsutils.h"
#include "qgswfsgetcapabilities.h"
#include "qgswfsgetcapabilities_1_0_0.h"
#include "qgswfsgetfeature.h"
#include "qgswfsdescribefeaturetype.h"
#include "qgswfstransaction.h"
#include "qgswfstransaction_1_0_0.h"
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 | |
QgsWfs | |
WMS 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 32 of file qgswfs.cpp.
QGISEXTERN void QGS_ServiceModule_Exit | ( | QgsServiceModule * | ) |
Definition at line 149 of file qgswfs.cpp.
QGISEXTERN QgsServiceModule* QGS_ServiceModule_Init | ( | ) |
Definition at line 144 of file qgswfs.cpp.