QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsOgcUtilsSQLStatementToFilter Class Reference

Internal use by QgsOgcUtils. More...

#include <qgsogcutils.h>

Public Member Functions

 QgsOgcUtilsSQLStatementToFilter (QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, QgsOgcUtils::FilterVersion filterVersion, const QList< QgsOgcUtils::LayerProperties > &layerProperties, bool honourAxisOrientation, bool invertAxisOrientation, const QMap< QString, QString > &mapUnprefixedTypenameToPrefixedTypename, const QMap< QString, QString > &fieldNameToXPathMap, const QMap< QString, QString > &namespacePrefixToUriMap)
 Constructor.
QString errorMessage () const
 Returns the error message.
bool GMLNamespaceUsed () const
 Returns whether the gml: namespace is used.
QDomElement toOgcFilter (const QgsSQLStatement::Node *node)
 Convert a SQL statement to a OGC filter.

Detailed Description

Internal use by QgsOgcUtils.

Note
not available in Python bindings

Definition at line 539 of file qgsogcutils.h.

Constructor & Destructor Documentation

◆ QgsOgcUtilsSQLStatementToFilter()

QgsOgcUtilsSQLStatementToFilter::QgsOgcUtilsSQLStatementToFilter ( QDomDocument & doc,
QgsOgcUtils::GMLVersion gmlVersion,
QgsOgcUtils::FilterVersion filterVersion,
const QList< QgsOgcUtils::LayerProperties > & layerProperties,
bool honourAxisOrientation,
bool invertAxisOrientation,
const QMap< QString, QString > & mapUnprefixedTypenameToPrefixedTypename,
const QMap< QString, QString > & fieldNameToXPathMap,
const QMap< QString, QString > & namespacePrefixToUriMap )

Constructor.

Definition at line 2661 of file qgsogcutils.cpp.

Member Function Documentation

◆ errorMessage()

QString QgsOgcUtilsSQLStatementToFilter::errorMessage ( ) const
inline

Returns the error message.

Definition at line 560 of file qgsogcutils.h.

◆ GMLNamespaceUsed()

bool QgsOgcUtilsSQLStatementToFilter::GMLNamespaceUsed ( ) const
inline

Returns whether the gml: namespace is used.

Definition at line 557 of file qgsogcutils.h.

◆ toOgcFilter()

QDomElement QgsOgcUtilsSQLStatementToFilter::toOgcFilter ( const QgsSQLStatement::Node * node)

Convert a SQL statement to a OGC filter.

Definition at line 2686 of file qgsogcutils.cpp.


The documentation for this class was generated from the following files: