|
static QColor | colorFromOgcFill (const QDomElement &fillElement) |
| Parse XML with OGC fill into QColor. More...
|
|
static QgsExpression * | expressionFromOgcFilter (const QDomElement &element, FilterVersion version, QgsVectorLayer *layer=nullptr) |
| Returns an expression from a WFS filter embedded in a document. More...
|
|
static QgsExpression * | expressionFromOgcFilter (const QDomElement &element, QgsVectorLayer *layer=nullptr) |
| Parse XML with OGC filter into QGIS expression. More...
|
|
static QDomElement | expressionToOgcExpression (const QgsExpression &exp, QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, FilterVersion filterVersion, const QString &geometryName, const QString &srsName, bool honourAxisOrientation, bool invertAxisOrientation, QString *errorMessage=nullptr, bool requiresFilterElement=false) |
| Creates an OGC expression XML element from the exp expression. More...
|
|
static QDomElement | expressionToOgcExpression (const QgsExpression &exp, QDomDocument &doc, QString *errorMessage=nullptr, bool requiresFilterElement=false) |
| Creates an OGC expression XML element from the exp expression with default values for the geometry name, srs name, honourAsisOrientation and invertAxisOrientation. More...
|
|
static QDomElement | expressionToOgcFilter (const QgsExpression &exp, QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, FilterVersion filterVersion, const QString &namespacePrefix, const QString &namespaceURI, const QString &geometryName, const QString &srsName, bool honourAxisOrientation, bool invertAxisOrientation, QString *errorMessage=nullptr) |
| Creates OGC filter XML element. More...
|
|
static QDomElement | expressionToOgcFilter (const QgsExpression &exp, QDomDocument &doc, QString *errorMessage=nullptr) |
| Creates OGC filter XML element. More...
|
|
static QgsGeometry | geometryFromGML (const QDomNode &geometryNode, const QgsOgcUtils::Context &context=QgsOgcUtils::Context()) |
| Static method that creates geometry from GML. More...
|
|
static QgsGeometry | geometryFromGML (const QString &xmlString, const QgsOgcUtils::Context &context=QgsOgcUtils::Context()) |
| Static method that creates geometry from GML. More...
|
|
static QDomElement | geometryToGML (const QgsGeometry &geometry, QDomDocument &doc, const QString &format, int precision=17) |
| Exports the geometry to GML2 or GML3. More...
|
|
static QDomElement | geometryToGML (const QgsGeometry &geometry, QDomDocument &doc, int precision=17) |
| Exports the geometry to GML2. More...
|
|
static QDomElement | geometryToGML (const QgsGeometry &geometry, QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, const QString &srsName, bool invertAxisOrientation, const QString &gmlIdBase, int precision=17) |
| Exports the geometry to GML. More...
|
|
static QgsRectangle | rectangleFromGMLBox (const QDomNode &boxNode) |
| Read rectangle from GML2 Box. More...
|
|
static QgsRectangle | rectangleFromGMLEnvelope (const QDomNode &envelopeNode) |
| Read rectangle from GML3 Envelope. More...
|
|
static QDomElement | rectangleToGMLBox (QgsRectangle *box, QDomDocument &doc, const QString &srsName, bool invertAxisOrientation, int precision=17) |
| Exports the rectangle to GML2 Box. More...
|
|
static QDomElement | rectangleToGMLBox (QgsRectangle *box, QDomDocument &doc, int precision=17) |
| Exports the rectangle to GML2 Box. More...
|
|
static QDomElement | rectangleToGMLEnvelope (QgsRectangle *env, QDomDocument &doc, const QString &srsName, bool invertAxisOrientation, int precision=17) |
| Exports the rectangle to GML3 Envelope. More...
|
|
static QDomElement | rectangleToGMLEnvelope (QgsRectangle *env, QDomDocument &doc, int precision=17) |
| Exports the rectangle to GML3 Envelope. More...
|
|
static QDomElement | SQLStatementToOgcFilter (const QgsSQLStatement &statement, QDomDocument &doc, QgsOgcUtils::GMLVersion gmlVersion, FilterVersion filterVersion, const QList< LayerProperties > &layerProperties, bool honourAxisOrientation, bool invertAxisOrientation, const QMap< QString, QString > &mapUnprefixedTypenameToPrefixedTypename, QString *errorMessage=nullptr) |
| Creates OGC filter XML element from the WHERE and JOIN clauses of a SQL statement. More...
|
|