| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
 
 
 
Go to the documentation of this file.
   22 #ifndef QGSWFSDESCRIBEFEATURETYPE_H 
   23 #define QGSWFSDESCRIBEFEATURETYPE_H 
   26 #include <QDomDocument> 
   27 #include <QDomElement> 
  
void writeDescribeFeatureType(QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request, QgsServerResponse &response)
Output WFS GetCapabilities response.
 
QString getGmlGeometryType(const QgsVectorLayer *layer, QgsWfsParameters::Format format)
Returns the GML geometry type.
 
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
 
Format
Output format for the response.
 
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
 
void setSchemaLayer(QDomElement &parentElement, QDomDocument &doc, const QgsVectorLayer *layer, QgsWfsParameters::Format format)
 
Represents a vector layer which manages a vector based data sets.
 
QDomDocument createDescribeFeatureTypeDocument(QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request)
Create 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...