org.geotools.geopkg
Class TileReader
Object
TileReader
- All Implemented Interfaces:
- Closeable, Iterator<Tile>
public class TileReader
- extends Object
- implements Iterator<Tile>, Closeable
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TileReader
public TileReader(ResultSet rs,
Connection cx)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Tile>
next
public Tile next()
- Specified by:
next
in interface Iterator<Tile>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Tile>
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Throws:
IOException
Copyright © 1996-2014 Geotools. All Rights Reserved.