QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Namespaces | Functions | Variables
qgswfsutils.h File Reference
#include "qgsmodule.h"
#include "qgsfeaturerequest.h"
#include "qgswfsserviceexception.h"
Include dependency graph for qgswfsutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 QgsWfs
 WMS implementation.
 

Functions

const QRegExp QgsWfs::cleanTagNameRegExp ("(?![\\w\\d\\.-]).")
 
QString QgsWfs::implementationVersion ()
 Returns the highest version supported by this implementation. More...
 
QgsVectorLayerQgsWfs::layerByTypeName (const QgsProject *project, const QString &typeName)
 Retrieve a layer by typename. More...
 
QString QgsWfs::layerTypeName (const QgsMapLayer *layer)
 Returns typename from vector layer. More...
 
QgsFeatureRequest QgsWfs::parseFilterElement (const QString &typeName, QDomElement &filterElem, const QgsProject *project=nullptr)
 Transform a Filter element to a feature request. More...
 
QgsFeatureRequest QgsWfs::parseFilterElement (const QString &typeName, QDomElement &filterElem, QStringList &serverFids, const QgsProject *project=nullptr)
 Transform a Filter element to a feature request and update server feature ids. More...
 
QString QgsWfs::serviceUrl (const QgsServerRequest &request, const QgsProject *project)
 Service URL string. More...
 

Variables

const QString QgsWfs::GML_NAMESPACE = QStringLiteral( "http://www.opengis.net/gml" )
 
const QString QgsWfs::OGC_NAMESPACE = QStringLiteral( "http://www.opengis.net/ogc" )
 
const QString QgsWfs::QGS_NAMESPACE = QStringLiteral( "http://www.qgis.org/gml" )
 
const QString QgsWfs::WFS_NAMESPACE = QStringLiteral( "http://www.opengis.net/wfs" )