QGIS API Documentation 3.43.0-Master (0bee5d6404c)
Public Member Functions | List of all members
QgsWfs::Service Class Reference

OGC web service specialized for WFS. More...

Inheritance diagram for QgsWfs::Service:
Inheritance graph
[legend]

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
 

Detailed Description

OGC web service specialized for WFS.

Since
QGIS 3.0

Definition at line 44 of file qgswfs.cpp.

Constructor & Destructor Documentation

◆ Service()

QgsWfs::Service::Service ( const QString &  version,
QgsServerInterface serverIface 
)
inline

Constructor for WFS service.

Parameters
versionVersion of the WFS service. (since QGIS 3.22.12)
serverIfaceInterface for plugins.

Definition at line 52 of file qgswfs.cpp.

Member Function Documentation

◆ executeRequest()

void QgsWfs::Service::executeRequest ( const QgsServerRequest request,
QgsServerResponse response,
const QgsProject project 
)
inlineoverridevirtual

Executes the requests and sets result in QgsServerRequest.

Implements QgsService.

Definition at line 60 of file qgswfs.cpp.

◆ name()

QString QgsWfs::Service::name ( ) const
inlineoverridevirtual

Returns the name of the service.

Implements QgsService.

Definition at line 57 of file qgswfs.cpp.

◆ version()

QString QgsWfs::Service::version ( ) const
inlineoverridevirtual

Returns the version of the service.

Implements QgsService.

Definition at line 58 of file qgswfs.cpp.


The documentation for this class was generated from the following file: