Uses of Class
org.locationtech.jts.io.WKBReader
-
Packages that use WKBReader Package Description org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats. -
-
Uses of WKBReader in org.locationtech.jts.io
Constructors in org.locationtech.jts.io with parameters of type WKBReader Constructor Description WKBHexFileReader(java.io.File file, WKBReader wkbReader)
Creates a new WKBHexFileReader given the File to read from and a WKTReader to use to parse the geometries.WKBHexFileReader(java.io.Reader reader, WKBReader wkbReader)
Creates a new WKBHexFileReader, given aReader
to read from.WKBHexFileReader(java.lang.String filename, WKBReader wkbReader)
Creates a new WKBHexFileReader, given the name of the file to read from.
-