| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
#include <QString>#include <QVector>#include <QDomDocument>#include "qgis.h"#include <geos_c.h>#include <climits>#include "qgsabstractgeometryv2.h"#include "qgspoint.h"#include "qgscoordinatetransform.h"#include "qgsfeature.h"#include <limits>#include <QSet>
Go to the source code of this file.
Classes | |
| class | QgsGeometry::Error | 
| class | QgsGeometry | 
| A geometry is the spatial representation of a feature.  More... | |
Typedefs | |
| typedef QVector< QgsPoint > | QgsMultiPoint | 
| A collection of QgsPoints that share a common collection of attributes.  More... | |
| typedef QVector< QgsPolygon > | QgsMultiPolygon | 
| A collection of QgsPolygons that share a common collection of attributes.  More... | |
| typedef QVector< QgsPolyline > | QgsMultiPolyline | 
| A collection of QgsPolylines that share a common collection of attributes.  More... | |
| typedef QVector< QgsPolyline > | QgsPolygon | 
| Polygon: first item of the list is outer ring, inner rings (if any) start from second item.  More... | |
| typedef QVector< QgsPoint > | QgsPolyline | 
| Polyline is represented as a vector of points.  More... | |
Functions | |
| CORE_EXPORT QDataStream & | operator<< (QDataStream &out, const QgsGeometry &geometry) | 
| Writes the geometry to stream out.  More... | |
| CORE_EXPORT QDataStream & | operator>> (QDataStream &in, QgsGeometry &geometry) | 
| Reads a geometry from stream in into geometry.  More... | |
| typedef QVector<QgsPoint> QgsMultiPoint | 
A collection of QgsPoints that share a common collection of attributes.
Definition at line 53 of file qgsgeometry.h.
| typedef QVector<QgsPolygon> QgsMultiPolygon | 
A collection of QgsPolygons that share a common collection of attributes.
Definition at line 59 of file qgsgeometry.h.
| typedef QVector<QgsPolyline> QgsMultiPolyline | 
A collection of QgsPolylines that share a common collection of attributes.
Definition at line 56 of file qgsgeometry.h.
| typedef QVector<QgsPolyline> QgsPolygon | 
Polygon: first item of the list is outer ring, inner rings (if any) start from second item.
Definition at line 50 of file qgsgeometry.h.
| typedef QVector<QgsPoint> QgsPolyline | 
Polyline is represented as a vector of points.
Definition at line 44 of file qgsgeometry.h.
| CORE_EXPORT QDataStream& operator<< | ( | QDataStream & | out, | 
| const QgsGeometry & | geometry | ||
| ) | 
Writes the geometry to stream out.
QGIS version compatibility is not guaranteed.
Definition at line 2481 of file qgsgeometry.cpp.
| CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | in, | 
| QgsGeometry & | geometry | ||
| ) | 
Reads a geometry from stream in into geometry.
QGIS version compatibility is not guaranteed.
Definition at line 2488 of file qgsgeometry.cpp.
 1.8.13