QGIS API Documentation
3.0.2-Girona (307d082)
|
#include <QString>
#include "qgis_core.h"
#include "qgis.h"
#include "qgscoordinatetransform.h"
#include "qgswkbtypes.h"
#include "qgswkbptr.h"
Go to the source code of this file.
Classes | |
class | QgsAbstractGeometry |
Abstract base class for all geometries. More... | |
class | QgsVertexId |
Utility class for identifying a unique vertex within a geometry. More... | |
class | QgsVertexIterator |
Java-style iterator for traversal of vertices of a geometry. More... | |
class | QgsAbstractGeometry::vertex_iterator |
The vertex_iterator class provides STL-style iterator for vertices. More... | |
Typedefs | |
typedef QVector< QgsRingSequence > | QgsCoordinateSequence |
typedef QVector< QgsPoint > | QgsPointSequence |
typedef QVector< QgsPointSequence > | QgsRingSequence |
Functions | |
template<class T > | |
T | qgsgeometry_cast (const QgsAbstractGeometry *geom) |
typedef QVector< QgsRingSequence > QgsCoordinateSequence |
Definition at line 41 of file qgsabstractgeometry.h.
typedef QVector< QgsPoint > QgsPointSequence |
Definition at line 36 of file qgsabstractgeometry.h.
typedef QVector< QgsPointSequence > QgsRingSequence |
Definition at line 40 of file qgsabstractgeometry.h.
|
inline |
Definition at line 746 of file qgsabstractgeometry.h.