QGIS API Documentation
2.8.2-Wien
|
The QgsOgcUtils class provides various utility functions for conversion between OGC (Open Geospatial Consortium) standards and QGIS internal representations. More...
#include <qgsogcutils.h>
Static Public Member Functions | |
static QColor | colorFromOgcFill (const QDomElement &fillElement) |
Parse XML with OGC fill into QColor. | |
static QgsExpression * | expressionFromOgcFilter (const QDomElement &element) |
Parse XML with OGC filter into QGIS expression. | |
static QDomElement | expressionToOgcFilter (const QgsExpression &exp, QDomDocument &doc, QString *errorMessage=0) |
Creates OGC filter XML element. | |
static QgsGeometry * | geometryFromGML (const QString &xmlString) |
static method that creates geometry from GML | |
static QgsGeometry * | geometryFromGML (const QDomNode &geometryNode) |
static method that creates geometry from GML | |
static QDomElement | geometryToGML (QgsGeometry *geometry, QDomDocument &doc, QString format, const int &precision=17) |
Exports the geometry to GML2 or GML3. | |
static QDomElement | geometryToGML (QgsGeometry *geometry, QDomDocument &doc, const int &precision=17) |
Exports the geometry to GML2. | |
static QgsRectangle | rectangleFromGMLBox (const QDomNode &boxNode) |
read rectangle from GML2 Box | |
static QgsRectangle | rectangleFromGMLEnvelope (const QDomNode &envelopeNode) |
read rectangle from GML3 Envelope | |
static QDomElement | rectangleToGMLBox (QgsRectangle *box, QDomDocument &doc, const int &precision=17) |
Exports the rectangle to GML2 Box. | |
static QDomElement | rectangleToGMLEnvelope (QgsRectangle *env, QDomDocument &doc, const int &precision=17) |
Exports the rectangle to GML2 Envelope. |
The QgsOgcUtils class provides various utility functions for conversion between OGC (Open Geospatial Consortium) standards and QGIS internal representations.
Currently supported standards:
Definition at line 28 of file qgsogcutils.h.
|
static |
Parse XML with OGC fill into QColor.
Definition at line 1405 of file qgsogcutils.cpp.
|
static |
Parse XML with OGC filter into QGIS expression.
Definition at line 1444 of file qgsogcutils.cpp.
|
static |
Creates OGC filter XML element.
Supports minimum standard filter according to the OGC filter specs (=,!=,<,>,<=,>=,AND,OR,NOT)
<Filter>QDomElement on success, otherwise null QDomElement
Definition at line 1889 of file qgsogcutils.cpp.
|
static |
static method that creates geometry from GML
xmlString | xml representation of the geometry. GML elements are expected to be in default namespace ({<Point>...</Point>) or in "gml" namespace ( <gml:Point>...</gml:Point>) |
Definition at line 81 of file qgsogcutils.cpp.
|
static |
static method that creates geometry from GML
Definition at line 20 of file qgsogcutils.cpp.
|
static |
Exports the geometry to GML2 or GML3.
Definition at line 1053 of file qgsogcutils.cpp.
|
static |
|
static |
read rectangle from GML2 Box
Definition at line 830 of file qgsogcutils.cpp.
|
static |
read rectangle from GML3 Envelope
Definition at line 917 of file qgsogcutils.cpp.
|
static |
Exports the rectangle to GML2 Box.
Definition at line 996 of file qgsogcutils.cpp.
|
static |
Exports the rectangle to GML2 Envelope.
Definition at line 1024 of file qgsogcutils.cpp.