Package org.geotools.mbtiles
Class MBTilesFile.TileIterator
- Object
-
- TileIterator
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<MBTilesTile>
- Enclosing class:
- MBTilesFile
public class MBTilesFile.TileIterator extends Object implements Iterator<MBTilesTile>, Closeable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
MBTilesTile
next()
void
remove()
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<MBTilesTile>
-
next
public MBTilesTile next()
- Specified by:
next
in interfaceIterator<MBTilesTile>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<MBTilesTile>
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-