#include <QString>
#include <QVector>
#include <QDomDocument>
#include "qgis.h"
#include <geos_c.h>
#include "qgspoint.h"
#include "qgscoordinatetransform.h"
#include "qgsfeature.h"
#include <QSet>
Go to the source code of this file.
Typedefs |
typedef QVector< QgsPoint > | QgsPolyline |
| polyline is represented as a vector of points
|
typedef QVector< QgsPolyline > | QgsPolygon |
| polygon: first item of the list is outer ring, inner rings (if any) start from second item
|
typedef QVector< QgsPoint > | QgsMultiPoint |
| a collection of QgsPoints that share a common collection of attributes
|
typedef QVector< QgsPolyline > | QgsMultiPolyline |
| a collection of QgsPolylines that share a common collection of attributes
|
typedef QVector< QgsPolygon > | QgsMultiPolygon |
| a collection of QgsPolygons that share a common collection of attributes
|
Typedef Documentation
a collection of QgsPoints that share a common collection of attributes
a collection of QgsPolygons that share a common collection of attributes
a collection of QgsPolylines that share a common collection of attributes
polygon: first item of the list is outer ring, inner rings (if any) start from second item
polyline is represented as a vector of points
Function Documentation