QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | List of all members
QgsWcs::Service Class Reference

OGC web service specialized for WCS. More...

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

Public Member Functions

 Service (QgsServerInterface *serverIface)
 Constructor for WCS service. More...
 
bool allowMethod (QgsServerRequest::Method method) const override
 Returns true if the given method is supported for that 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...
 

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 46 of file qgswcs.cpp.

Member Function Documentation

◆ allowMethod()

bool QgsWcs::Service::allowMethod ( QgsServerRequest::Method  ) const
inlineoverridevirtual

Returns true if the given method is supported for that service.

Implements QgsService.

Definition at line 53 of file qgswcs.cpp.

◆ executeRequest()

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

Execute the requests and set result in QgsServerRequest.

Implements QgsService.

Definition at line 58 of file qgswcs.cpp.

◆ name()

QString QgsWcs::Service::name ( ) const
inlineoverridevirtual
Returns
the name of the service

Implements QgsService.

Definition at line 50 of file qgswcs.cpp.

◆ version()

QString QgsWcs::Service::version ( ) const
inlineoverridevirtual
Returns
the version of the service

Implements QgsService.

Definition at line 51 of file qgswcs.cpp.


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