QGIS API Documentation
3.0.2-Girona (307d082)
|
Internal use by QgsOgcUtils. More...
#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 |
Return the error message. More... | |
QDomElement | expressionNodeToOgcFilter (const QgsExpressionNode *node) |
Convert an expression to a OGC filter. More... | |
bool | GMLNamespaceUsed () const |
Return whether the gml: namespace is used. More... | |
Internal use by QgsOgcUtils.
Definition at line 327 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 43 of file qgsogcutils.cpp.
|
inline |
Return the error message.
Definition at line 346 of file qgsogcutils.h.
QDomElement QgsOgcUtilsExprToFilter::expressionNodeToOgcFilter | ( | const QgsExpressionNode * | node | ) |
Convert an expression to a OGC filter.
Definition at line 2242 of file qgsogcutils.cpp.
|
inline |
Return whether the gml: namespace is used.
Definition at line 343 of file qgsogcutils.h.