|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.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 ddeps,
double ddpsi)
Simple constructor. |
|
| Method Summary | |
|---|---|
double |
getDdeps()
Get the δΔε1980 parameter. |
double |
getDdpsi()
Get the δΔψ1980 parameter. |
| 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 ddeps,
double ddpsi)
ddeps - δΔε1980 parameter (radians)ddpsi - δΔψ1980 parameter (radians)| Method Detail |
|---|
public double getDdeps()
public double getDdpsi()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||