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. -
-
Uses of WKTReader in org.locationtech.jts.io
Constructors 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 aReader
to read from.WKTFileReader(java.lang.String filename, WKTReader wktReader)
Creates a new WKTFileReader, given the name of the file to read from.
-