QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
OGC web service specialized for WMS. More...
Public Member Functions | |
Service (const QString &version, QgsServerInterface *serverIface) | |
Constructor for WMS 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... | |
|
inline |
Constructor for WMS service.
version | Version of the WMS service. |
serverIface | Interface for plugins. |
Definition at line 57 of file qgswms.cpp.
|
inlineoverridevirtual |
Returns true if the given method is supported for that service.
Implements QgsService.
Definition at line 65 of file qgswms.cpp.
|
inlineoverridevirtual |
Execute the requests and set result in QgsServerRequest.
Implements QgsService.
Definition at line 70 of file qgswms.cpp.
|
inlineoverridevirtual |
|
inlineoverridevirtual |