|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.eop.NutationCorrection
public class NutationCorrection
Simple container class for nutation correction (IAU 1980) parameters.
This class is a simple container, it does not provide any processing method.
Field Summary | |
---|---|
static NutationCorrection |
NULL_CORRECTION
Null correction (ddeps = 0, ddpsi = 0). |
Constructor Summary | |
---|---|
NutationCorrection(double dx,
double dy)
Simple constructor. |
Method Summary | |
---|---|
double |
getDdeps()
Get the δΔε1980 parameter. |
double |
getDdpsi()
Get the δΔψ1980 parameter. |
double |
getDX()
Get the δX2000 parameter (radians). |
double |
getDY()
Get the δY2000 parameter (radians). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NutationCorrection NULL_CORRECTION
Constructor Detail |
---|
public NutationCorrection(double dx, double dy)
dx
- δΔψ1980 parameter (radians) or δX2000 parameter (radians)dy
- δΔε1980 parameter (radians) or δY2000 parameter (radians)Method Detail |
---|
public double getDdeps()
public double getDdpsi()
public double getDY()
public double getDX()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |