public class LazySearchIterator extends Object implements CloseableIterator<Data>
Constructor and Description |
---|
LazySearchIterator(QuadTree tree,
Envelope bounds) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
Data |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public LazySearchIterator(QuadTree tree, Envelope bounds)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in interface CloseableIterator<Data>
IOException
- if an I/O error occursCopyright © 1996–2019 Geotools. All rights reserved.