QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
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...
 
const QStringerrorMessage () const
 Return the error message. More...
 
QDomElement expressionNodeToOgcFilter (const QgsExpression::Node *node)
 Convert an expression to a OGC filter. More...
 
bool GMLNamespaceUsed () const
 Return whether the gml: namespace is used. More...
 

Detailed Description

Internal use by QgsOgcUtils.

Note
not available in Python bindings

Definition at line 295 of file qgsogcutils.h.

Constructor & Destructor Documentation

◆ QgsOgcUtilsExprToFilter()

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

Constructor.

Definition at line 41 of file qgsogcutils.cpp.

Member Function Documentation

◆ errorMessage()

const QString& QgsOgcUtilsExprToFilter::errorMessage ( ) const
inline

Return the error message.

Definition at line 314 of file qgsogcutils.h.

◆ expressionNodeToOgcFilter()

QDomElement QgsOgcUtilsExprToFilter::expressionNodeToOgcFilter ( const QgsExpression::Node node)

Convert an expression to a OGC filter.

Definition at line 2249 of file qgsogcutils.cpp.

◆ GMLNamespaceUsed()

bool QgsOgcUtilsExprToFilter::GMLNamespaceUsed ( ) const
inline

Return whether the gml: namespace is used.

Definition at line 311 of file qgsogcutils.h.


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