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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()MBTilesTilenext()voidremove()- 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface IteratorforEachRemaining
 
- 
 
- 
- 
- 
Method Detail- 
hasNextpublic boolean hasNext() - Specified by:
- hasNextin interface- Iterator<MBTilesTile>
 
 - 
nextpublic MBTilesTile next() - Specified by:
- nextin interface- Iterator<MBTilesTile>
 
 - 
removepublic void remove() - Specified by:
- removein interface- Iterator<MBTilesTile>
 
 - 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
 
- 
 
-