org.geotools.geopkg
Class TileReader

Object
  extended by TileReader
All Implemented Interfaces:
Closeable, Iterator<Tile>

public class TileReader
extends Object
implements Iterator<Tile>, Closeable


Constructor Summary
TileReader(ResultSet rs, Connection cx)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 Tile next()
           
 void remove()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileReader

public TileReader(ResultSet rs,
                  Connection cx)
Method Detail

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.