Go to the source code of this file.
|
namespace | QgsWcs |
| WCS implementation.
|
|
|
QDomDocument | QgsWcs::createGetCapabilitiesDocument (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request) |
| Create get capabilities document.
|
|
QDomElement | QgsWcs::getContentMetadataElement (QDomDocument &doc, QgsServerInterface *serverIface, const QgsProject *project) |
| Create ContentMetadata element for get capabilities document.
|
|
QDomElement | QgsWcs::getServiceElement (QDomDocument &doc, const QgsProject *project) |
| Create Service element for get capabilities document.
|
|
void | QgsWcs::writeGetCapabilities (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request, QgsServerResponse &response) |
| Output WCS GetCapabilities response.
|
|