17#ifndef QGSWFSDESCRIBEFEATURETYPEGEOJSON_H
18#define QGSWFSDESCRIBEFEATURETYPEGEOJSON_H
38 void getGeometryType(
const QgsVectorLayer *layer, QString &geomType, QString &geomLocalType )
const;
40 QJsonObject schemaLayerToJson(
const QgsVectorLayer *layer )
const;
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Defines interfaces exposed by QGIS Server and made available to plugins.
Defines requests passed to QgsService classes.
Defines the response interface passed to QgsService.
Represents a vector layer which manages a vector based dataset.
Json output formatter for DescribeFeatureType.
void writeDescribeFeatureType(QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request, QgsServerResponse &response) const
Output GeoJson response.
Provides an interface to retrieve and manipulate WFS parameters received from the client.