|
|||||||||||
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.LongitudeRotation
One of the trivial transformations for ellipsoids, takes the longitude of one ellipsoid, and adds an offset to arrive at the second.
Nested Class Summary | |
(package private) class |
LongitudeRotation.EditPanel
|
Constructor Summary | |
LongitudeRotation()
Creates new LongitudeRotation |
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 |
getLongitudeOffset()
Retrieve the Longitude Offset |
void |
setLongitudeOffset(double inOffset)
Set the Longitude 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 LongitudeRotation()
Method Detail |
public void setLongitudeOffset(double inOffset)
public double getLongitudeOffset()
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 |