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, waitforEachRemainingpublic LazySearchIterator(QuadTree tree, Envelope bounds)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface CloseableIterator<Data>IOException - if an I/O error occursCopyright © 1996–2019 Geotools. All rights reserved.