| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Internal use by QgsOgcUtils. More...
#include <qgsogcutils.h>
Public Member Functions | |
| QgsOgcUtilsSQLStatementToFilter (QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, QgsOgcUtils::FilterVersion filterVersion, const QList< QgsOgcUtils::LayerProperties > &layerProperties, bool honourAxisOrientation, bool invertAxisOrientation, const QMap< QString, QString > &mapUnprefixedTypenameToPrefixedTypename, const QMap< QString, QString > &fieldNameToXPathMap, const QMap< QString, QString > &namespacePrefixToUriMap) | |
| Constructor.   | |
| QString | errorMessage () const | 
| Returns the error message.   | |
| bool | GMLNamespaceUsed () const | 
| Returns whether the gml: namespace is used.   | |
| QDomElement | toOgcFilter (const QgsSQLStatement::Node *node) | 
| Convert a SQL statement to a OGC filter.   | |
Internal use by QgsOgcUtils.
Definition at line 537 of file qgsogcutils.h.
| QgsOgcUtilsSQLStatementToFilter::QgsOgcUtilsSQLStatementToFilter | ( | QDomDocument & | doc, | 
| QgsOgcUtils::GMLVersion | gmlVersion, | ||
| QgsOgcUtils::FilterVersion | filterVersion, | ||
| const QList< QgsOgcUtils::LayerProperties > & | layerProperties, | ||
| bool | honourAxisOrientation, | ||
| bool | invertAxisOrientation, | ||
| const QMap< QString, QString > & | mapUnprefixedTypenameToPrefixedTypename, | ||
| const QMap< QString, QString > & | fieldNameToXPathMap, | ||
| const QMap< QString, QString > & | namespacePrefixToUriMap | ||
| ) | 
Constructor.
Definition at line 2662 of file qgsogcutils.cpp.
      
  | 
  inline | 
Returns the error message.
Definition at line 558 of file qgsogcutils.h.
      
  | 
  inline | 
Returns whether the gml: namespace is used.
Definition at line 555 of file qgsogcutils.h.
| QDomElement QgsOgcUtilsSQLStatementToFilter::toOgcFilter | ( | const QgsSQLStatement::Node * | node | ) | 
Convert a SQL statement to a OGC filter.
Definition at line 2687 of file qgsogcutils.cpp.