gistoolkit.projection
Interface EditableProjection

All Superinterfaces:
Projection
All Known Implementing Classes:
AlbersEqualAreaProjection, LambertConicConformalProjection, NoProjection, UniversalTransverseMercatorProjection

public interface EditableProjection
extends Projection

Allows the user interface to edit the properties of a particular projection.


Method Summary
 ProjectionPanel getEditPanel()
          return the panel needed to edit this projection
 
Methods inherited from interface gistoolkit.projection.Projection
clone, getNode, getProjectionName, getUnitOfMeasure, projectBackward, projectForward, setEnvelope, setNode
 

Method Detail

getEditPanel

public ProjectionPanel getEditPanel()
return the panel needed to edit this projection