|
OGR
|
#include <ogr_geometry.h>
Public Member Functions | |
| virtual OGRBoolean | getNextPoint (OGRPoint *p)=0 |
| Returns the next point followed by the iterator. More... | |
Static Public Member Functions | |
| static void | destroy (OGRPointIterator *) |
| Destroys a point iterator. More... | |
Interface for a point iterator.
|
static |
Destroys a point iterator.
|
pure virtual |
Returns the next point followed by the iterator.
| p | point to fill. |
Implemented in OGRSimpleCurvePointIterator, and OGRCompoundCurvePointIterator.
Referenced by OGRCompoundCurve::get_Area(), OGRCompoundCurvePointIterator::getNextPoint(), and OGRCurve::IsConvex().
1.8.14.