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, wait
forEachRemaining
public BridgeIterator(FeatureIterator<F> features)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 1996–2023 Geotools. All rights reserved.