QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | List of all members
QgsOgcUtilsExprToFilter Class Reference

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
 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...
 

Detailed Description

Internal use by QgsOgcUtils.

Note
not available in Python bindings

Definition at line 337 of file qgsogcutils.h.

Constructor & Destructor Documentation

QgsOgcUtilsExprToFilter::QgsOgcUtilsExprToFilter ( QDomDocument &  doc,
QgsOgcUtils::GMLVersion  gmlVersion,
QgsOgcUtils::FilterVersion  filterVersion,
const QString &  geometryName,
const QString &  srsName,
bool  honourAxisOrientation,
bool  invertAxisOrientation 
)

Constructor.

Definition at line 44 of file qgsogcutils.cpp.

Member Function Documentation

QString QgsOgcUtilsExprToFilter::errorMessage ( ) const
inline

Returns the error message.

Definition at line 356 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 1928 of file qgsogcutils.cpp.

bool QgsOgcUtilsExprToFilter::GMLNamespaceUsed ( ) const
inline

Returns whether the gml: namespace is used.

Definition at line 353 of file qgsogcutils.h.


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