| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#include <array>#include <functional>#include <type_traits>#include <QString>#include "qgis_core.h"#include "qgis.h"#include "qgswkbtypes.h"#include "qgswkbptr.h"#include <nlohmann/json_fwd.hpp>

Go to the source code of this file.
Classes | |
| class | QgsAbstractGeometry::const_part_iterator | 
| The part_iterator class provides an STL-style iterator for const references to geometry parts.  More... | |
| class | QgsAbstractGeometry::part_iterator | 
| The part_iterator class provides an STL-style iterator for geometry parts.  More... | |
| class | QgsAbstractGeometry | 
| Abstract base class for all geometries.  More... | |
| class | QgsGeometryConstPartIterator | 
| Java-style iterator for const traversal of parts of a geometry.  More... | |
| class | QgsGeometryPartIterator | 
| Java-style iterator for traversal of parts of 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 an 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) | 
| template<class T > | |
| T | qgsgeometry_cast (QgsAbstractGeometry *geom) | 
| typedef QVector< QgsRingSequence > QgsCoordinateSequence | 
Definition at line 58 of file qgsabstractgeometry.h.
| typedef QVector< QgsPoint > QgsPointSequence | 
Definition at line 55 of file qgsabstractgeometry.h.
| typedef QVector< QgsPointSequence > QgsRingSequence | 
Definition at line 57 of file qgsabstractgeometry.h.
      
  | 
  inline | 
Definition at line 1200 of file qgsabstractgeometry.h.
      
  | 
  inline | 
Definition at line 1194 of file qgsabstractgeometry.h.