78 GMLVersion gmlVersion,
80 bool invertAxisOrientation,
105 bool invertAxisOrientation,
106 int precision = 17 );
119 bool invertAxisOrientation,
120 int precision = 17 );
154 GMLVersion gmlVersion,
155 FilterVersion filterVersion,
158 bool honourAxisOrientation,
159 bool invertAxisOrientation,
160 QString* errorMessage =
nullptr );
175 GMLVersion gmlVersion,
176 FilterVersion filterVersion,
179 bool honourAxisOrientation,
180 bool invertAxisOrientation,
181 QString* errorMessage =
nullptr );
254 bool honourAxisOrientation,
255 bool invertAxisOrientation );
273 bool mInvertAxisOrientation;
287 #endif // QGSOGCUTILS_H
Class for parsing and evaluation of expressions (formerly called "search strings").
A rectangle specified with double values.
Internal use by QgsOgcUtils.
QgsOgcUtilsExprToFilter(QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, QgsOgcUtils::FilterVersion filterVersion, const QString &geometryName, const QString &srsName, bool honourAxisOrientation, bool invertAxisOrientation)
Constructor.
A geometry is the spatial representation of a feature.
const QString & errorMessage() const
Return the error message.
A class to represent a point.
FilterVersion
OGC filter version.
QDomElement expressionNodeToOgcFilter(const QgsExpression::Node *node)
Convert an expression to a OGC filter.
The QgsOgcUtils class provides various utility functions for conversion between OGC (Open Geospatial ...
bool GMLNamespaceUsed() const
Return whether the gml: namespace is used.