Interface for a point iterator.
More...
#include <ogr_geometry.h>
Inherited by OGRCompoundCurvePointIterator, and OGRSimpleCurvePointIterator.
Interface for a point iterator.
- Since
- GDAL 2.0
§ destroy()
Destroys a point iterator.
- Since
- GDAL 2.0
§ getNextPoint()
OGRBoolean OGRPointIterator::getNextPoint |
( |
OGRPoint * |
p | ) |
|
|
pure virtual |
Returns the next point followed by the iterator.
- Parameters
-
- Returns
- TRUE in case of success, or FALSE if the end of the curve is reached.
- Since
- GDAL 2.0
The documentation for this class was generated from the following files: