public class BridgeIterator<F extends Feature> extends Object implements Iterator<F>, Closeable
DataUtilities.iterator(FeatureIterator),
DataUtilities.close(Iterator)| Constructor and Description |
|---|
BridgeIterator(FeatureIterator<F> features) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
F |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BridgeIterator(FeatureIterator<F> features)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 1996–2019 Geotools. All rights reserved.