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 voidclose()booleanhasNext()Tilenext()voidremove()-
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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-