Uses of Package
com.vividsolutions.jump.io

Packages that use com.vividsolutions.jump.io
com.vividsolutions.jump.datastore   
com.vividsolutions.jump.datastore.postgis   
com.vividsolutions.jump.io   
com.vividsolutions.jump.io.datasource The DataSource API is the core API for input and output of data. 
com.vividsolutions.jump.workbench.driver   
org.geotools.dbffile   
org.geotools.shapefile   
 

Classes in com.vividsolutions.jump.io used by com.vividsolutions.jump.datastore
FeatureInputStream
          A stream of features from an external source, which may throw exceptions during processing.
 

Classes in com.vividsolutions.jump.io used by com.vividsolutions.jump.datastore.postgis
BaseFeatureInputStream
          Base class for FeatureInputStreamReaders.
FeatureInputStream
          A stream of features from an external source, which may throw exceptions during processing.
 

Classes in com.vividsolutions.jump.io used by com.vividsolutions.jump.io
DriverProperties
          Object to store a bunch of key/value pairs used by the input/output drivers/classes.
FeatureInputStream
          A stream of features from an external source, which may throw exceptions during processing.
GMLInputTemplate
          Reads an XML file that starts with a 'JCSGMLInputTemplate'.
GMLOutputTemplate
          This class provides a parser for reading GMLOuputTemplates.
IllegalParametersException
          Simple class to report missing/bad DriverProperties problems.
JUMPReader
          Interface for JUMPReader classes.
JUMPWriter
          Interface for JUMPWriter classes.
ParseException
          Simple exception class to express problems parsing data.
 

Classes in com.vividsolutions.jump.io used by com.vividsolutions.jump.io.datasource
DriverProperties
          Object to store a bunch of key/value pairs used by the input/output drivers/classes.
JUMPReader
          Interface for JUMPReader classes.
JUMPWriter
          Interface for JUMPWriter classes.
 

Classes in com.vividsolutions.jump.io used by com.vividsolutions.jump.workbench.driver
IllegalParametersException
          Simple class to report missing/bad DriverProperties problems.
ParseException
          Simple exception class to express problems parsing data.
 

Classes in com.vividsolutions.jump.io used by org.geotools.dbffile
EndianDataInputStream
          A class that gives most of the functionality of DataInputStream, but is endian aware.
 

Classes in com.vividsolutions.jump.io used by org.geotools.shapefile
EndianDataInputStream
          A class that gives most of the functionality of DataInputStream, but is endian aware.
EndianDataOutputStream
          A class that gives most of the functionality of DataOutputStream, but is endian aware.