QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include <QDomDocument>
#include <QDomElement>
#include "qgswfsutils.h"
#include "qgsserverprojectutils.h"
#include "qgswfsdescribefeaturetype.h"
#include "qgswfsdescribefeaturetypegml.h"
#include "qgswfsdescribefeaturetypejson.h"
#include "qgswfsparameters.h"
#include "qgsproject.h"
#include "qgsvectorlayer.h"
#include "qgsdatetimefieldformatter.h"
Go to the source code of this file.
Namespaces | |
namespace | QgsWfs |
WMS implementation. | |
Functions | |
void | QgsWfs::getFieldAttributes (const QgsField &field, QString &fieldName, QString &fieldType) |
Helper for returning the field type and type name. | |
QStringList | QgsWfs::getRequestTypeNames (const QgsServerRequest &request, const QgsWfsParameters &wfsParams) |
Helper for returning typename list from the request. | |
void | QgsWfs::writeDescribeFeatureType (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request, QgsServerResponse &response) |
Output WFS GetCapabilities response. | |