Uses of Interface
com.vividsolutions.jump.io.JUMPReader

Packages that use JUMPReader
com.vividsolutions.jump.io   
com.vividsolutions.jump.io.datasource The DataSource API is the core API for input and output of data. 
 

Uses of JUMPReader in com.vividsolutions.jump.io
 

Classes in com.vividsolutions.jump.io that implement JUMPReader
 class FMEGMLReader
          A driver that reads GML files following the FME default schema.
 class GMLReader
          GMLReader is a JUMPReader specialized to read GML files.
 class JMLReader
          JMLReader is a JUMPReader specialized to read JML.
 class ShapefileReader
          ShapefileReader is a JUMPReader specialized to read Shapefiles.
 class WKTReader
          WKTReader is a JUMPReader specialized to read WTK (Well Known Text) files.
 

Uses of JUMPReader in com.vividsolutions.jump.io.datasource
 

Classes in com.vividsolutions.jump.io.datasource that implement JUMPReader
 class DelegatingCompressedFileHandler
          If the file is a .zip or .gz file, mangles the DriverProperties into the format expected by many of the first JUMPReaders, which take responsibility for doing the decompression.
 

Fields in com.vividsolutions.jump.io.datasource declared as JUMPReader
protected  JUMPReader ReaderWriterFileDataSource.reader
           
 

Constructors in com.vividsolutions.jump.io.datasource with parameters of type JUMPReader
DelegatingCompressedFileHandler(JUMPReader reader, java.util.Collection endings)
          Constructs a DelegatingCompressedFileHandler that wraps a JUMPReader.
ReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer)
           
StandardReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer, java.lang.String[] extensions)