| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
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 QString & | errorMessage () 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... | |
Internal use by QgsOgcUtils.
Definition at line 295 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 41 of file qgsogcutils.cpp.
      
  | 
  inline | 
Return the error message.
Definition at line 314 of file qgsogcutils.h.
| QDomElement QgsOgcUtilsExprToFilter::expressionNodeToOgcFilter | ( | const QgsExpression::Node * | node | ) | 
Convert an expression to a OGC filter.
Definition at line 2249 of file qgsogcutils.cpp.
      
  | 
  inline | 
Return whether the gml: namespace is used.
Definition at line 311 of file qgsogcutils.h.
 1.8.13