| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
OGC web service specialized for WFS. More...

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