|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.projection.ellipsoid.transform.EllipsoidTransform
gistoolkit.projection.ellipsoid.transform.LatitudeTranslation
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 |
public LatitudeTranslation()
Method Detail |
public void setLatitudeOffset(double inOffset)
public double getLatitudeOffset()
protected void doForward(Point inPoint)
doForward
in class EllipsoidTransform
protected void doReverse(Point inPoint)
doReverse
in class EllipsoidTransform
public void setParameter(java.lang.String inName, java.lang.String inValue)
setParameter
in class EllipsoidTransform
public TransformEditPanel getEditPanel()
getEditPanel
in class EllipsoidTransform
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |