public class NestedPointCollectionIteratorFiltered extends Object implements NestedPointFeatureCollectionIterator
NestedPointFeatureCollectionIterator.Filter| 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.
|
public void setBufferSize(int bytes)
NestedPointFeatureCollectionIteratorsetBufferSize in interface NestedPointFeatureCollectionIteratorbytes - amount of memory in bytespublic boolean hasNext()
throws IOException
NestedPointFeatureCollectionIteratorhasNext in interface NestedPointFeatureCollectionIteratorIOException - on i/o errorpublic NestedPointFeatureCollection next() throws IOException
NestedPointFeatureCollectionIteratornext in interface NestedPointFeatureCollectionIteratorIOException - on i/o errorpublic void finish()
NestedPointFeatureCollectionIteratorfinish in interface NestedPointFeatureCollectionIteratorCopyright © 1999–2014 UCAR/Unidata. All rights reserved.