| Package | Description |
|---|---|
| com.vividsolutions.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
| 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.
|