Uses of Class
gistoolkit.projection.ProjectionPanel

Packages that use ProjectionPanel
gistoolkit.projection   
 

Uses of ProjectionPanel in gistoolkit.projection
 

Subclasses of ProjectionPanel in gistoolkit.projection
 class AlbersEqualAreaProjectionPanel
          Allows the user to edit the properties of an AlbersEqualAreaProjection.
 class LambertConicConformalProjectionPanel
          Allows the user to edit the attributes of a projection.
 class NoProjectionPanel
          Allows the user to select the type of Ellipsoid for a no projection projection.
 class SimpleProjectionPanel
          Handles the inputing of the basic information associated with a simple projection.
 class UniversalTransverseMercatorProjectionPanel
          Panel for editing the Universal Transverse Mercator Projection.
 

Methods in gistoolkit.projection that return ProjectionPanel
 ProjectionPanel AlbersEqualAreaProjection.getEditPanel()
          Get the panel used to edit this projection
 ProjectionPanel EditableProjection.getEditPanel()
          return the panel needed to edit this projection
 ProjectionPanel LambertConicConformalProjection.getEditPanel()
          Get the panel used to edit this projection
 ProjectionPanel NoProjection.getEditPanel()
          return the panel needed to edit this projection
 ProjectionPanel UniversalTransverseMercatorProjection.getEditPanel()
          return the panel needed to edit this projection