public class NestedPointCollectionIteratorFiltered extends java.lang.Object implements NestedPointFeatureCollectionIterator
NestedPointFeatureCollectionIterator.Filter| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Make sure that the iterator is complete, and recover resources.
|
boolean |
hasNext()
true if another Feature object is available
|
NestedPointFeatureCollection |
next()
Returns the next NestedPointFeatureCollection object
You must call hasNext() before calling next(), even if you know it will return true.
|
void |
setBufferSize(int bytes)
Hint to use this much memory in buffering the iteration.
|
public void setBufferSize(int bytes)
NestedPointFeatureCollectionIteratorsetBufferSize in interface NestedPointFeatureCollectionIteratorbytes - amount of memory in bytespublic boolean hasNext()
throws java.io.IOException
NestedPointFeatureCollectionIteratorhasNext in interface NestedPointFeatureCollectionIteratorjava.io.IOException - on i/o errorpublic NestedPointFeatureCollection next() throws java.io.IOException
NestedPointFeatureCollectionIteratornext in interface NestedPointFeatureCollectionIteratorjava.io.IOException - on i/o errorpublic void finish()
NestedPointFeatureCollectionIteratorfinish in interface NestedPointFeatureCollectionIterator