Quantum GIS API Documentation  1.8
Classes | Typedefs
src/core/qgsgeometry.h File Reference
#include <QString>
#include <QVector>
#include "qgis.h"
#include <geos_c.h>
#include "qgspoint.h"
#include "qgscoordinatetransform.h"
Include dependency graph for qgsgeometry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsGeometry
 A geometry is the spatial representation of a feature. More...
class  QgsGeometry::Error

Typedefs

typedef QVector< QgsPointQgsPolyline
 polyline is represented as a vector of points
typedef QVector< QgsPolylineQgsPolygon
 polygon: first item of the list is outer ring, inner rings (if any) start from second item
typedef QVector< QgsPointQgsMultiPoint
 a collection of QgsPoints that share a common collection of attributes
typedef QVector< QgsPolylineQgsMultiPolyline
 a collection of QgsPolylines that share a common collection of attributes
typedef QVector< QgsPolygonQgsMultiPolygon
 a collection of QgsPolygons that share a common collection of attributes

Typedef Documentation

typedef QVector<QgsPoint> QgsMultiPoint

a collection of QgsPoints that share a common collection of attributes

Definition at line 41 of file qgsgeometry.h.

typedef QVector<QgsPolygon> QgsMultiPolygon

a collection of QgsPolygons that share a common collection of attributes

Definition at line 47 of file qgsgeometry.h.

typedef QVector<QgsPolyline> QgsMultiPolyline

a collection of QgsPolylines that share a common collection of attributes

Definition at line 44 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 38 of file qgsgeometry.h.

typedef QVector<QgsPoint> QgsPolyline

polyline is represented as a vector of points

Definition at line 35 of file qgsgeometry.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines