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, wait
forEachRemaining
public 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 Closeable
close
in interface AutoCloseable
IOException
Copyright © 1996–2019 Geotools. All rights reserved.