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