Package | Description |
---|---|
org.locationtech.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
org.locationtech.jtsexample.linearref | |
org.locationtech.jtsexample.operation.distance | |
org.locationtech.jtsexample.operation.linemerge | |
org.locationtech.jtsexample.precision | |
org.locationtech.jtstest.util.io |
Modifier and Type | Field and Description |
---|---|
private WKTReader |
WKTFileReader.wktReader |
Constructor and Description |
---|
WKTFileReader(java.io.File file,
WKTReader wktReader)
Creates a new WKTFileReader given the File to read from
and a WKTReader to use to parse the geometries.
|
WKTFileReader(java.io.Reader reader,
WKTReader wktReader)
Creates a new WKTFileReader, given a
Reader to read from. |
WKTFileReader(java.lang.String filename,
WKTReader wktReader)
Creates a new WKTFileReader, given the name of the file to read from.
|
Modifier and Type | Field and Description |
---|---|
(package private) static WKTReader |
LinearRefExample.rdr |
Modifier and Type | Field and Description |
---|---|
(package private) static WKTReader |
ClosestPointExample.wktRdr |
Modifier and Type | Field and Description |
---|---|
private WKTReader |
LineMergeExample.reader |
Modifier and Type | Field and Description |
---|---|
private WKTReader |
EnhancedPrecisionOpExample.reader |
Modifier and Type | Field and Description |
---|---|
private WKTReader |
WKTOrWKBReader.wktReader |
private WKTReader |
MultiFormatReader.wktReader |