Uses of Class
org.locationtech.jts.io.WKTReader
-
Packages that use WKTReader 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 -
-
Uses of WKTReader in org.locationtech.jts.io
Fields in org.locationtech.jts.io declared as WKTReader Modifier and Type Field Description private WKTReaderWKTFileReader. wktReaderConstructors in org.locationtech.jts.io with parameters of type WKTReader Constructor 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 aReaderto read from.WKTFileReader(java.lang.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 Modifier and Type Field Description (package private) static WKTReaderLinearRefExample. rdr -
Uses of WKTReader in org.locationtech.jtsexample.operation.distance
Fields in org.locationtech.jtsexample.operation.distance declared as WKTReader Modifier and Type Field Description (package private) static WKTReaderClosestPointExample. wktRdr -
Uses of WKTReader in org.locationtech.jtsexample.operation.linemerge
Fields in org.locationtech.jtsexample.operation.linemerge declared as WKTReader Modifier and Type Field Description private WKTReaderLineMergeExample. reader -
Uses of WKTReader in org.locationtech.jtsexample.precision
Fields in org.locationtech.jtsexample.precision declared as WKTReader Modifier and Type Field Description private WKTReaderEnhancedPrecisionOpExample. reader -
Uses of WKTReader in org.locationtech.jtstest.util.io
Fields in org.locationtech.jtstest.util.io declared as WKTReader Modifier and Type Field Description private WKTReaderMultiFormatReader. wktReaderprivate WKTReaderWKTOrWKBReader. wktReader
-