QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Go to the source code of this file.
Namespaces | |
QgsWfs | |
WMS implementation. | |
Functions | |
const QRegExp | QgsWfs::cleanTagNameRegExp ("(?![\\\-]).") |
QString | QgsWfs::implementationVersion () |
Returns the highest version supported by this implementation. More... | |
QgsVectorLayer * | QgsWfs::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... | |
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" ) |