GDAL
Public Member Functions | Static Public Member Functions
OGRPointIterator Class Reference

Interface for a point iterator. More...

#include <ogr_geometry.h>

Inherited by OGRCompoundCurvePointIterator, and OGRSimpleCurvePointIterator.

List of all members.

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.

Detailed Description

Interface for a point iterator.

Since:
GDAL 2.0

Member Function Documentation

void OGRPointIterator::destroy ( OGRPointIterator poIter) [static]

Destroys a point iterator.

Since:
GDAL 2.0
OGRBoolean OGRPointIterator::getNextPoint ( OGRPoint p) [pure virtual]

Returns the next point followed by the iterator.

Parameters:
ppoint to fill.
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:

Generated for GDAL by doxygen 1.7.6.1.