public class PointFeatureCCIteratorFiltered extends Object implements PointFeatureCCIterator, IOIterator<PointFeatureCC>
PointFeatureCCIterator.Filter| Modifier and Type | Method and Description |
|---|---|
void |
close()
Make sure that the iterator is complete, and recover resources.
|
boolean |
hasNext()
true if another Feature object is available
|
PointFeatureCC |
next()
Returns the next NestedPointFeatureCollection object
You must call hasNext() before calling next(), even if you know it will return true.
|
public boolean hasNext()
throws IOException
PointFeatureCCIteratorhasNext in interface PointFeatureCCIteratorhasNext in interface IOIterator<PointFeatureCC>IOException - on read errorpublic PointFeatureCC next() throws IOException
PointFeatureCCIteratornext in interface PointFeatureCCIteratornext in interface IOIterator<PointFeatureCC>IOException - on read errorpublic void close()
PointFeatureCCIteratorclose in interface Closeableclose in interface AutoCloseableclose in interface PointFeatureCCIterator