#include <QDomDocument>
#include <QDomElement>
#include "qgsserverinterface.h"
#include "qgswfsparameters.h"
Go to the source code of this file.
|
QDomDocument | QgsWfs::createDescribeFeatureTypeDocument (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request) |
| Create get capabilities document. More...
|
|
QString | QgsWfs::getGmlGeometryType (const QgsVectorLayer *layer, QgsWfsParameters::Format format) |
| Returns the GML geometry type. More...
|
|
void | QgsWfs::setSchemaLayer (QDomElement &parentElement, QDomDocument &doc, const QgsVectorLayer *layer, QgsWfsParameters::Format format) |
|
void | QgsWfs::writeDescribeFeatureType (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request, QgsServerResponse &response) |
| Output WFS GetCapabilities response. More...
|
|