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

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)
 Constructor. More...
 
QString errorMessage () const
 Returns the error message. More...
 
bool GMLNamespaceUsed () const
 Returns whether the gml: namespace is used. More...
 
QDomElement toOgcFilter (const QgsSQLStatement::Node *node)
 Convert a SQL statement to a OGC filter. More...
 

Detailed Description

Internal use by QgsOgcUtils.

Note
not available in Python bindings

Definition at line 471 of file qgsogcutils.h.

Constructor & Destructor Documentation

QgsOgcUtilsSQLStatementToFilter::QgsOgcUtilsSQLStatementToFilter ( QDomDocument &  doc,
QgsOgcUtils::GMLVersion  gmlVersion,
QgsOgcUtils::FilterVersion  filterVersion,
const QList< QgsOgcUtils::LayerProperties > &  layerProperties,
bool  honourAxisOrientation,
bool  invertAxisOrientation,
const QMap< QString, QString > &  mapUnprefixedTypenameToPrefixedTypename 
)

Constructor.

Definition at line 2333 of file qgsogcutils.cpp.

Member Function Documentation

QString QgsOgcUtilsSQLStatementToFilter::errorMessage ( ) const
inline

Returns the error message.

Definition at line 490 of file qgsogcutils.h.

bool QgsOgcUtilsSQLStatementToFilter::GMLNamespaceUsed ( ) const
inline

Returns whether the gml: namespace is used.

Definition at line 487 of file qgsogcutils.h.

QDomElement QgsOgcUtilsSQLStatementToFilter::toOgcFilter ( const QgsSQLStatement::Node node)

Convert a SQL statement to a OGC filter.

Definition at line 2354 of file qgsogcutils.cpp.


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