|
||||||||||
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 NestedPointFeatureCollectionIterator
bytes
- amount of memory in bytespublic boolean hasNext() throws IOException
NestedPointFeatureCollectionIterator
hasNext
in interface NestedPointFeatureCollectionIterator
IOException
- on i/o errorpublic NestedPointFeatureCollection next() throws IOException
NestedPointFeatureCollectionIterator
next
in interface NestedPointFeatureCollectionIterator
IOException
- on i/o error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |