Uses of Class
org.locationtech.jts.io.WKTReader
Packages that use WKTReader
Package
Description
Contains the interfaces for converting JTS objects to and from other formats.
-
Uses of WKTReader in org.locationtech.jts.io
Fields in org.locationtech.jts.io declared as WKTReaderConstructors in org.locationtech.jts.io with parameters of type WKTReaderModifierConstructorDescriptionWKTFileReader(File file, WKTReader wktReader) Creates a new WKTFileReader given the File to read from and a WKTReader to use to parse the geometries.WKTFileReader(Reader reader, WKTReader wktReader) Creates a new WKTFileReader, given aReaderto read from.WKTFileReader(String filename, WKTReader wktReader) Creates a new WKTFileReader, given the name of the file to read from. -
Uses of WKTReader in org.locationtech.jtsexample.linearref
Fields in org.locationtech.jtsexample.linearref declared as WKTReader -
Uses of WKTReader in org.locationtech.jtsexample.operation.distance
Fields in org.locationtech.jtsexample.operation.distance declared as WKTReader -
Uses of WKTReader in org.locationtech.jtsexample.operation.linemerge
Fields in org.locationtech.jtsexample.operation.linemerge declared as WKTReader -
Uses of WKTReader in org.locationtech.jtsexample.precision
Fields in org.locationtech.jtsexample.precision declared as WKTReader -
Uses of WKTReader in org.locationtech.jtstest.util.io
Fields in org.locationtech.jtstest.util.io declared as WKTReader