Uses of Class
gistoolkit.projection.ellipsoid.transform.TransformEditPanel

Packages that use TransformEditPanel
gistoolkit.projection.ellipsoid.transform   
 

Uses of TransformEditPanel in gistoolkit.projection.ellipsoid.transform
 

Subclasses of TransformEditPanel in gistoolkit.projection.ellipsoid.transform
(package private)  class GeocentricTranslation.EditPanel
           
(package private)  class LatitudeTranslation.EditPanel
           
(package private)  class LongitudeRotation.EditPanel
           
(package private)  class PositionVectorTransform.EditPanel
           
 

Methods in gistoolkit.projection.ellipsoid.transform that return TransformEditPanel
 TransformEditPanel EllipsoidTransform.getEditPanel()
          Get the edit panel for this transform, if there is not one, then just return null (the default)
 TransformEditPanel GeocentricTranslation.getEditPanel()
          Create an edit panel to allow the user to edit this transform
 TransformEditPanel LatitudeTranslation.getEditPanel()
          Create an edit panel to allow the user to edit the parameters of this transform
 TransformEditPanel LongitudeRotation.getEditPanel()
          Create an edit panel to allow the user to edit the parameters of this transform
 TransformEditPanel PositionVectorTransform.getEditPanel()
          Create an edit panel to allow the user to edit this transform