|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PointFeatureIterator
An iterator over PointFeatures
| Nested Class Summary | |
|---|---|
static interface |
PointFeatureIterator.Filter
A filter on PointFeatures |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean hasNext()
throws java.io.IOException
java.io.IOException - on i/o error
PointFeature 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 | |||||||||