Package org.geotools.geopkg
Class TileReader
Object
TileReader
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Iterator<Tile>
The TileReader reads tiles consecutively from a tile layer inside a GeoPackage.
- Author:
- Justin Deoliveira, Niels Charlier
- 
Constructor Details- 
TileReader
 
- 
- 
Method Details- 
hasNextpublic boolean hasNext()
- 
next
- 
removepublic void remove()
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
 
-