gistoolkit.projection.ellipsoid.transform
Class LatitudeTranslation

java.lang.Object
  extended bygistoolkit.projection.ellipsoid.transform.EllipsoidTransform
      extended bygistoolkit.projection.ellipsoid.transform.LatitudeTranslation

public class LatitudeTranslation
extends EllipsoidTransform

Just add an offset to the Y value.


Nested Class Summary
(package private)  class LatitudeTranslation.EditPanel
           
 
Constructor Summary
LatitudeTranslation()
          Creates new LatitudeTranslation
 
Method Summary
protected  void doForward(Point inPoint)
          Convert the coordinates of the given point from reference to the From ellipsoid to reference to the To ellipsoid.
protected  void doReverse(Point inPoint)
          Convert the coordinates of the given point from reference to the To ellipsoid to reference to the From ellipsoid.
 TransformEditPanel getEditPanel()
          Create an edit panel to allow the user to edit the parameters of this transform
 double getLatitudeOffset()
          Retrieve the Latitude Offset
 void setLatitudeOffset(double inOffset)
          Set the Latitude Offset
 void setParameter(java.lang.String inName, java.lang.String inValue)
          Set the given parameter to the given value
 
Methods inherited from class gistoolkit.projection.ellipsoid.transform.EllipsoidTransform
forward, getFromEllipsoid, getIsReversed, getName, getToEllipsoid, reverse, setFromEllipsoid, setIsReversed, setName, setToEllipsoid, toCartesian, toPolar, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LatitudeTranslation

public LatitudeTranslation()
Creates new LatitudeTranslation

Method Detail

setLatitudeOffset

public void setLatitudeOffset(double inOffset)
Set the Latitude Offset


getLatitudeOffset

public double getLatitudeOffset()
Retrieve the Latitude Offset


doForward

protected void doForward(Point inPoint)
Convert the coordinates of the given point from reference to the From ellipsoid to reference to the To ellipsoid.

Specified by:
doForward in class EllipsoidTransform

doReverse

protected void doReverse(Point inPoint)
Convert the coordinates of the given point from reference to the To ellipsoid to reference to the From ellipsoid.

Specified by:
doReverse in class EllipsoidTransform

setParameter

public void setParameter(java.lang.String inName,
                         java.lang.String inValue)
Set the given parameter to the given value

Specified by:
setParameter in class EllipsoidTransform

getEditPanel

public TransformEditPanel getEditPanel()
Create an edit panel to allow the user to edit the parameters of this transform

Overrides:
getEditPanel in class EllipsoidTransform