19 #ifndef QGSWCSGETCAPABILITIES_H    20 #define QGSWCSGETCAPABILITIES_H    22 #include <QDomDocument>    41       const QgsProject *project, 
const QString &version,
 QDomDocument createGetCapabilitiesDocument(QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request)
Create get capabilities document. 
 
Reads and writes project states. 
 
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
 
QDomElement getServiceElement(QDomDocument &doc, const QgsProject *project)
Create Service element for get capabilities document. 
 
QgsServerInterface Class defining interfaces exposed by QGIS Server and made available to plugins...
 
QgsServerResponse Class defining response interface passed to services QgsService::executeRequest() m...
 
QDomElement getContentMetadataElement(QDomDocument &doc, QgsServerInterface *serverIface, const QgsProject *project)
Create ContentMetadata element for get capabilities document. 
 
void writeGetCapabilities(QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request, QgsServerResponse &response)
Output WCS GetCapabilities response.