public interface NestedPointFeatureCollectionIterator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NestedPointFeatureCollectionIterator.Filter
A filter on nestedPointFeatureCollection
|
| 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.
|
boolean hasNext()
throws java.io.IOException
java.io.IOException - on i/o errorNestedPointFeatureCollection next() throws java.io.IOException
java.io.IOException - on i/o errorvoid setBufferSize(int bytes)
bytes - amount of memory in bytesvoid finish()