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.org.locationtech.jtstest.util.io -
-
Uses of WKBReader in org.locationtech.jts.io
Fields in org.locationtech.jts.io declared as WKBReader Modifier and Type Field Description private WKBReaderWKBHexFileReader. wkbReaderConstructors 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 aReaderto read from.WKBHexFileReader(java.lang.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 Modifier and Type Field Description private WKBReaderMultiFormatReader. wkbReaderprivate WKBReaderWKTOrWKBReader. wkbReader
-