| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Internal use by QgsOgcUtils. More...
#include <qgsogcutils.h>
Public Member Functions | |
| QgsOgcUtilsExprToFilter (QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, QgsOgcUtils::FilterVersion filterVersion, const QString &namespacePrefix, const QString &namespaceURI, const QString &geometryName, const QString &srsName, bool honourAxisOrientation, bool invertAxisOrientation, const QMap< QString, QString > &fieldNameToXPathMap, const QMap< QString, QString > &namespacePrefixToUriMap) | |
| Constructor.   | |
| QString | errorMessage () const | 
| Returns the error message.   | |
| QDomElement | expressionNodeToOgcFilter (const QgsExpressionNode *node, QgsExpression *expression, const QgsExpressionContext *context) | 
| Convert an expression to a OGC filter.   | |
| bool | GMLNamespaceUsed () const | 
| Returns whether the gml: namespace is used.   | |
Internal use by QgsOgcUtils.
Definition at line 394 of file qgsogcutils.h.
| QgsOgcUtilsExprToFilter::QgsOgcUtilsExprToFilter | ( | QDomDocument & | doc, | 
| QgsOgcUtils::GMLVersion | gmlVersion, | ||
| QgsOgcUtils::FilterVersion | filterVersion, | ||
| const QString & | namespacePrefix, | ||
| const QString & | namespaceURI, | ||
| const QString & | geometryName, | ||
| const QString & | srsName, | ||
| bool | honourAxisOrientation, | ||
| bool | invertAxisOrientation, | ||
| const QMap< QString, QString > & | fieldNameToXPathMap, | ||
| const QMap< QString, QString > & | namespacePrefixToUriMap | ||
| ) | 
Constructor.
Definition at line 55 of file qgsogcutils.cpp.
      
  | 
  inline | 
Returns the error message.
Definition at line 418 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 2176 of file qgsogcutils.cpp.
      
  | 
  inline | 
Returns whether the gml: namespace is used.
Definition at line 415 of file qgsogcutils.h.