| Constructor and Description |
|---|
WKBHexFileReader(File
Creates a new
WKBHexFileReader given the
File to read from and a
WKTReader to use to parse the geometries.
|
WKBHexFileReader(Reader
Creates a new
WKBHexFileReader, given a
Reader to read from.
|
WKBHexFileReader(String
Creates a new
WKBHexFileReader, given the name of the file to read from.
|
public WKBHexFileReader(Filefile, WKBReader wkbReader)
file - the
File to read from
wkbReader - the geometry reader to use
public WKBHexFileReader(Stringfilename, WKBReader wkbReader)
filename - the name of the file to read from
wkbReader - the geometry reader to use
public void setLimit(int limit)
limit - the maximum number of geometries to read
public void setOffset(int offset)
offset - the number of geometries to skip
public Listread() throws IOException , ParseException
IOException - if an I/O exception was encountered
ParseException - if an error occured reading a geometry