QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsWcs::Service Class Reference

OGC web service specialized for WCS. More...

Inheritance diagram for QgsWcs::Service:

Public Member Functions

 Service (QgsServerInterface *serverIface)
 Constructor for WCS 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 WCS.

Since
QGIS 3.0

Definition at line 38 of file qgswcs.cpp.

Constructor & Destructor Documentation

◆ Service()

QgsWcs::Service::Service ( QgsServerInterface * serverIface)
inline

Constructor for WCS service.

Parameters
serverIfaceInterface for plugins.

Definition at line 45 of file qgswcs.cpp.

Member Function Documentation

◆ executeRequest()

void QgsWcs::Service::executeRequest ( const QgsServerRequest & request,
QgsServerResponse & response,
const QgsProject * project )
inlineoverridevirtual

Executes the requests and sets result in QgsServerRequest.

Implements QgsService.

Definition at line 52 of file qgswcs.cpp.

◆ name()

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

Returns the name of the service.

Implements QgsService.

Definition at line 49 of file qgswcs.cpp.

◆ version()

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

Returns the version of the service.

Implements QgsService.

Definition at line 50 of file qgswcs.cpp.


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