protected class FlattenedDatasetPointCollection.FlattenedDatasetPointIterator extends PointIteratorAbstract
PointFeatureIterator.Filter
calcBounds, info
Constructor and Description |
---|
FlattenedDatasetPointIterator(FeatureDatasetPoint fdPoint) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Make sure that the iterator is complete, and recover resources.
|
boolean |
hasNext()
Check if another PointFeature is available.
|
PointFeature |
next()
Returns the next PointFeature.
|
calcBounds, finishCalcBounds, setCalculateBounds
public FlattenedDatasetPointIterator(FeatureDatasetPoint fdPoint)
public boolean hasNext()
PointFeatureIterator
Since this iterator may be used in a for-each statement, implementations should close
it the first
time this method returns false
, as it may not get closed otherwise.
public PointFeature next()
PointFeatureIterator
public void close()
PointFeatureIterator