Package org.geotools.geopkg
Class TileReader
- Object
-
- TileReader
-
-
Constructor Summary
Constructors Constructor Description TileReader(ResultSet rs, Statement st, Connection cx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
Tile
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
-
-
-
-
Constructor Detail
-
TileReader
public TileReader(ResultSet rs, Statement st, Connection cx)
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-