|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NestedPointFeatureCollectionIterator
An iterator over NestedPointFeatureCollection.
| Nested Class Summary | |
|---|---|
static interface |
NestedPointFeatureCollectionIterator.Filter
A filter on nestedPointFeatureCollection |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean hasNext()
throws java.io.IOException
java.io.IOException - on i/o error
NestedPointFeatureCollection next()
throws java.io.IOException
java.io.IOException - on i/o errorvoid setBufferSize(int bytes)
bytes - amount of memory in bytes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||