QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include <qgsogcutils.h>
Public Member Functions | |
QgsOgcUtilsExprToFilter (QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, QgsOgcUtils::FilterVersion filterVersion, const QString &geometryName, const QString &srsName, bool honourAxisOrientation, bool invertAxisOrientation) | |
Constructor. More... | |
QString | errorMessage () const |
Returns the error message. More... | |
QDomElement | expressionNodeToOgcFilter (const QgsExpressionNode *node, QgsExpression *expression, const QgsExpressionContext *context) |
Convert an expression to a OGC filter. More... | |
bool | GMLNamespaceUsed () const |
Returns whether the gml: namespace is used. More... | |
Internal use by QgsOgcUtils
Definition at line 359 of file qgsogcutils.h.
QgsOgcUtilsExprToFilter::QgsOgcUtilsExprToFilter | ( | QDomDocument & | doc, |
QgsOgcUtils::GMLVersion | gmlVersion, | ||
QgsOgcUtils::FilterVersion | filterVersion, | ||
const QString & | geometryName, | ||
const QString & | srsName, | ||
bool | honourAxisOrientation, | ||
bool | invertAxisOrientation | ||
) |
Constructor.
Definition at line 46 of file qgsogcutils.cpp.
|
inline |
Returns the error message.
Definition at line 378 of file qgsogcutils.h.
QDomElement QgsOgcUtilsExprToFilter::expressionNodeToOgcFilter | ( | const QgsExpressionNode * | node, |
QgsExpression * | expression, | ||
const QgsExpressionContext * | context | ||
) |
Convert an expression to a OGC filter.
Definition at line 1962 of file qgsogcutils.cpp.
|
inline |
Returns whether the gml: namespace is used.
Definition at line 375 of file qgsogcutils.h.