public class PointIteratorEmpty extends PointIteratorAbstract
PointIteratorAbstract.FiltercalcBounds, collection| Constructor and Description |
|---|
PointIteratorEmpty() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Make sure that the iterator is complete, and recover resources.
|
boolean |
hasNext()
Check if another PointFeature is available
|
PointFeature |
next()
Returns the next PointFeature.
|
void |
setBufferSize(int bytes)
Hint to use this much memory in buffering the iteration.
|
calcBounds, finishCalcBounds, getBoundingBox, getCalendarDateRange, getCount, getDateRange, setCalculateBoundspublic boolean hasNext()
throws java.io.IOException
PointFeatureIteratorjava.io.IOException - on i/o errorpublic PointFeature next() throws java.io.IOException
PointFeatureIteratorjava.io.IOException - on i/o errorpublic void finish()
PointFeatureIteratorpublic void setBufferSize(int bytes)
PointFeatureIteratorbytes - amount of memory in bytes