|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.data.BodiesElements
public final class BodiesElements
Elements of the bodies having an effect on nutation.
This class is a simple placeholder, it does not provide any processing method.
Constructor Summary | |
---|---|
BodiesElements(double l,
double lPrime,
double f,
double d,
double omega,
double lMe,
double lVe,
double lE,
double lMa,
double lJu,
double lSa,
double lUr,
double lNe,
double pa)
Simple constructor. |
Method Summary | |
---|---|
double |
getD()
Get the mean elongation of the Moon from the Sun. |
double |
getF()
Get L - Ω where L is the mean longitude of the Moon. |
double |
getL()
Get the mean anomaly of the Moon. |
double |
getLE()
Get the mean Earth longitude. |
double |
getLJu()
Get the mean Jupiter longitude. |
double |
getLMa()
Get the mean Mars longitude. |
double |
getLMe()
Get the mean Mercury longitude. |
double |
getLNe()
Get the mean Neptune longitude. |
double |
getLPrime()
Get the mean anomaly of the Sun. |
double |
getLSa()
Get the mean Saturn longitude. |
double |
getLUr()
Get the mean Uranus longitude. |
double |
getLVe()
Get the mean Venus longitude. |
double |
getOmega()
Get the mean longitude of the ascending node of the Moon. |
double |
getPa()
Get the general accumulated precession in longitude. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BodiesElements(double l, double lPrime, double f, double d, double omega, double lMe, double lVe, double lE, double lMa, double lJu, double lSa, double lUr, double lNe, double pa)
l
- mean anomaly of the MoonlPrime
- mean anomaly of the Sunf
- L - Ω where L is the mean longitude of the Moond
- mean elongation of the Moon from the Sunomega
- mean longitude of the ascending node of the MoonlMe
- mean Mercury longitudelVe
- mean Venus longitudelE
- mean Earth longitudelMa
- mean Mars longitudelJu
- mean Jupiter longitudelSa
- mean Saturn longitudelUr
- mean Uranus longitudelNe
- mean Neptune longitudepa
- general accumulated precession in longitudeMethod Detail |
---|
public double getL()
public double getLPrime()
public double getF()
public double getD()
public double getOmega()
public double getLMe()
public double getLVe()
public double getLE()
public double getLMa()
public double getLJu()
public double getLSa()
public double getLUr()
public double getLNe()
public double getPa()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |