QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
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) | |
Constructor. More... | |
QString | errorMessage () const |
Returns the error message. More... | |
bool | GMLNamespaceUsed () const |
Returns whether the gml: namespace is used. More... | |
QDomElement | toOgcFilter (const QgsSQLStatement::Node *node) |
Convert a SQL statement to a OGC filter. More... | |
Internal use by QgsOgcUtils.
Definition at line 526 of file qgsogcutils.h.
QgsOgcUtilsSQLStatementToFilter::QgsOgcUtilsSQLStatementToFilter | ( | QDomDocument & | doc, |
QgsOgcUtils::GMLVersion | gmlVersion, | ||
QgsOgcUtils::FilterVersion | filterVersion, | ||
const QList< QgsOgcUtils::LayerProperties > & | layerProperties, | ||
bool | honourAxisOrientation, | ||
bool | invertAxisOrientation, | ||
const QMap< QString, QString > & | mapUnprefixedTypenameToPrefixedTypename | ||
) |
Constructor.
Definition at line 2473 of file qgsogcutils.cpp.
|
inline |
Returns the error message.
Definition at line 545 of file qgsogcutils.h.
|
inline |
Returns whether the gml: namespace is used.
Definition at line 542 of file qgsogcutils.h.
QDomElement QgsOgcUtilsSQLStatementToFilter::toOgcFilter | ( | const QgsSQLStatement::Node * | node | ) |
Convert a SQL statement to a OGC filter.
Definition at line 2494 of file qgsogcutils.cpp.