public class WKTReader extends AbstractJUMPReader
JUMPReader specialized to read WTK (Well Known Text) files.
DataProperties for the JUMPReader load(DataProperties)
interface:
| Parameter | Meaning |
|---|---|
| File or DefaultValue | File name for the input WKT file |
| CompressedFile | File name (a .zip or .gz) with a .jml/.xml/.gml inside (specified by File) |
| Constructor and Description |
|---|
WKTReader()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
FeatureCollection |
read(DriverProperties dp)
Main function -read in a file containing a list of WKT geometries
|
FeatureCollection |
read(java.io.Reader reader)
Reads in the actual WKT geometries
|
getExceptionspublic FeatureCollection read(DriverProperties dp) throws IllegalParametersException, java.lang.Exception
read in interface JUMPReaderread in class AbstractJUMPReaderdp - 'InputFile' or 'DefaultValue' to specify where the WKT file is.IllegalParametersExceptionjava.lang.Exceptionpublic FeatureCollection read(java.io.Reader reader) throws java.lang.Exception
reader - where to read the geometries fromjava.lang.Exception