|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
OGC web service specialized for WFS. More...

Public Member Functions | |
| Service (const QString &version, QgsServerInterface *serverIface) | |
| Constructor for WFS service. | |
| void | executeRequest (const QgsServerRequest &request, QgsServerResponse &response, const QgsProject *project) override |
| Executes the requests and sets result in QgsServerRequest. | |
| QString | name () const override |
| Returns the name of the service. | |
| QString | version () const override |
| Returns the version of the service. | |
Public Member Functions inherited from QgsService | |
| QgsService () | |
| Constructor. | |
| virtual | ~QgsService ()=default |
|
inline |
Constructor for WFS service.
| version | Version of the WFS service. (since QGIS 3.22.12) |
| serverIface | Interface for plugins. |
Definition at line 52 of file qgswfs.cpp.
|
inlineoverridevirtual |
Executes the requests and sets result in QgsServerRequest.
Implements QgsService.
Definition at line 60 of file qgswfs.cpp.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Returns the version of the service.
Implements QgsService.
Definition at line 58 of file qgswfs.cpp.