Uses of Class
com.vividsolutions.jts.io.WKBReader

Packages that use WKBReader
com.vividsolutions.jts.io Contains the interfaces for converting JTS objects to and from other formats. 
 

Uses of WKBReader in com.vividsolutions.jts.io
 

Constructors in com.vividsolutions.jts.io with parameters of type WKBReader
WKBHexFileReader(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 a Reader to read from.
WKBHexFileReader(String filename, WKBReader wkbReader)
          Creates a new WKBHexFileReader, given the name of the file to read from.
 



Copyright © 2012. All Rights Reserved.