public class PositionAngleConverter
extends java.lang.Object
| Constructor and Description |
|---|
PositionAngleConverter(CoordinateSystem input,
CoordinateSystem output) |
| Modifier and Type | Method and Description |
|---|---|
double |
getOffsetAngle(double[] unitIn)
Calculate the offset between the position angles in the two
coordinate systems at the point defined by the input unit vector
(presumed to be in the input coordinate system).
|
static void |
main(java.lang.String[] args)
Main program for testing.
|
public PositionAngleConverter(CoordinateSystem input, CoordinateSystem output) throws TransformationException
TransformationExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic double getOffsetAngle(double[] unitIn)