public final class BodiesElements extends Object implements Serializable
This class is a simple placeholder, it does not provide any processing method.
Constructor and Description |
---|
BodiesElements(double lIn,
double lPrimeIn,
double fIn,
double dIn,
double omegaIn,
double lMeIn,
double lVeIn,
double lEIn,
double lMaIn,
double lJuIn,
double lSaIn,
double lUrIn,
double lNeIn,
double paIn)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public BodiesElements(double lIn, double lPrimeIn, double fIn, double dIn, double omegaIn, double lMeIn, double lVeIn, double lEIn, double lMaIn, double lJuIn, double lSaIn, double lUrIn, double lNeIn, double paIn)
lIn
- mean anomaly of the MoonlPrimeIn
- mean anomaly of the SunfIn
- L - Ω where L is the mean longitude of the MoondIn
- mean elongation of the Moon from the SunomegaIn
- mean longitude of the ascending node of the MoonlMeIn
- mean Mercury longitudelVeIn
- mean Venus longitudelEIn
- mean Earth longitudelMaIn
- mean Mars longitudelJuIn
- mean Jupiter longitudelSaIn
- mean Saturn longitudelUrIn
- mean Uranus longitudelNeIn
- mean Neptune longitudepaIn
- general accumulated precession in longitudepublic 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()
Copyright © 2023 CNES. All rights reserved.