Uses of Package
com.vividsolutions.jump.io.datasource

Packages that use com.vividsolutions.jump.io.datasource
com.vividsolutions.jump.io.datasource The DataSource API is the core API for input and output of data. 
com.vividsolutions.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench. 
com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries. 
com.vividsolutions.jump.workbench.ui.plugin.datastore   
org.openjump.core.ui.util   
 

Classes in com.vividsolutions.jump.io.datasource used by com.vividsolutions.jump.io.datasource
Connection
          A channel of communication with a DataSource.
DataSource
          A file, database, web service, or other source of data.
ReaderWriterFileDataSource
          Adapts the old JUMP I/O API (Readers and Writers) to the new JUMP I/O API (DataSources).
StandardReaderWriterFileDataSource
          Contains DataSource classes for the standard JUMP Readers and Writers.
 

Classes in com.vividsolutions.jump.io.datasource used by com.vividsolutions.jump.workbench.datasource
DataSourceQuery
          A wrapper for a query string that attributes it with the DataSource to apply it against.
 

Classes in com.vividsolutions.jump.io.datasource used by com.vividsolutions.jump.workbench.model
DataSourceQuery
          A wrapper for a query string that attributes it with the DataSource to apply it against.
 

Classes in com.vividsolutions.jump.io.datasource used by com.vividsolutions.jump.workbench.ui.plugin.datastore
Connection
          A channel of communication with a DataSource.
DataSource
          A file, database, web service, or other source of data.
 

Classes in com.vividsolutions.jump.io.datasource used by org.openjump.core.ui.util
DataSourceQuery
          A wrapper for a query string that attributes it with the DataSource to apply it against.