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