Uses of Package
com.vividsolutions.jump.coordsys

Packages that use com.vividsolutions.jump.coordsys
com.vividsolutions.jump.coordsys   
com.vividsolutions.jump.coordsys.impl   
com.vividsolutions.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench. 
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 The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). 
org.openjump.core.ui.plugin.datastore   
org.openjump.core.ui.plugin.file.open   
 

Classes in com.vividsolutions.jump.coordsys used by com.vividsolutions.jump.coordsys
CoordinateSystem
          This class represents a coordinate system.
CoordinateSystemRegistry
          Implements a registry for CoordinateSystems.
Geographic
          This class is a base for geographic coordinate systems.
Planar
          A base class for planar coordinate systems.
Projection
          This is the abstract base class for all projections.
Radius
          Utility class, holds constants associated with Radius for various projections.
Reprojector
          The source and destination coordinate reference systems must have the same datum (for example, WGS 84).
Spheroid
          GRS80 spheroid.
 

Classes in com.vividsolutions.jump.coordsys used by com.vividsolutions.jump.coordsys.impl
CoordinateSystem
          This class represents a coordinate system.
Geographic
          This class is a base for geographic coordinate systems.
Planar
          A base class for planar coordinate systems.
Projection
          This is the abstract base class for all projections.
Spheroid
          GRS80 spheroid.
 

Classes in com.vividsolutions.jump.coordsys used by com.vividsolutions.jump.feature
CoordinateSystem
          This class represents a coordinate system.
 

Classes in com.vividsolutions.jump.coordsys used by com.vividsolutions.jump.io.datasource
CoordinateSystemRegistry
          Implements a registry for CoordinateSystems.
 

Classes in com.vividsolutions.jump.coordsys used by com.vividsolutions.jump.workbench.datasource
CoordinateSystem
          This class represents a coordinate system.
 

Classes in com.vividsolutions.jump.coordsys used by com.vividsolutions.jump.workbench.model
CoordinateSystem
          This class represents a coordinate system.
 

Classes in com.vividsolutions.jump.coordsys used by com.vividsolutions.jump.workbench.ui.plugin
CoordinateSystemRegistry
          Implements a registry for CoordinateSystems.
 

Classes in com.vividsolutions.jump.coordsys used by org.openjump.core.ui.plugin.datastore
CoordinateSystemRegistry
          Implements a registry for CoordinateSystems.
 

Classes in com.vividsolutions.jump.coordsys used by org.openjump.core.ui.plugin.file.open
CoordinateSystemRegistry
          Implements a registry for CoordinateSystems.