|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.ft.point.NestedPointCollectionIteratorFiltered
public class NestedPointCollectionIteratorFiltered
Implement NestedPointFeatureCollectionIterator interface
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ucar.nc2.ft.NestedPointFeatureCollectionIterator |
|---|
NestedPointFeatureCollectionIterator.Filter |
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setBufferSize(int bytes)
NestedPointFeatureCollectionIterator
setBufferSize in interface NestedPointFeatureCollectionIteratorbytes - amount of memory in bytes
public boolean hasNext()
throws IOException
NestedPointFeatureCollectionIterator
hasNext in interface NestedPointFeatureCollectionIteratorIOException - on i/o error
public NestedPointFeatureCollection next()
throws IOException
NestedPointFeatureCollectionIterator
next in interface NestedPointFeatureCollectionIteratorIOException - on i/o error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||