|
GDAL
|
Interface for a point iterator. More...
#include <ogr_geometry.h>
Inherited by OGRCompoundCurvePointIterator, and OGRSimpleCurvePointIterator.
Public Member Functions | |
| virtual OGRBoolean | getNextPoint (OGRPoint *p)=0 |
| Returns the next point followed by the iterator. | |
Static Public Member Functions | |
| static void | destroy (OGRPointIterator *) |
| Destroys a point iterator. | |
Interface for a point iterator.
| void OGRPointIterator::destroy | ( | OGRPointIterator * | poIter | ) | [static] |
Destroys a point iterator.
| OGRBoolean OGRPointIterator::getNextPoint | ( | OGRPoint * | p | ) | [pure virtual] |
Returns the next point followed by the iterator.
| p | point to fill. |
1.7.6.1.