T
- the type of the field elementspublic class FieldDelaunayArguments<T extends RealFieldElement<T>> extends Object implements TimeStamped, Serializable
This class is a simple placeholder, it does not provide any processing method.
DelaunayArguments
,
Serialized FormConstructor and Description |
---|
FieldDelaunayArguments(AbsoluteDate date,
T tc,
T gamma,
T l,
T lPrime,
T f,
T d,
T omega)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
getD()
Get the mean elongation of the Moon from the Sun.
|
AbsoluteDate |
getDate()
Get the date.
|
T |
getF()
Get L - Ω where L is the mean longitude of the Moon.
|
T |
getGamma()
Get the tide parameter γ = GMST + π.
|
T |
getL()
Get the mean anomaly of the Moon.
|
T |
getLPrime()
Get the mean anomaly of the Sun.
|
T |
getOmega()
Get the mean longitude of the ascending node of the Moon.
|
T |
getTC()
Get the offset in Julian centuries.
|
public FieldDelaunayArguments(AbsoluteDate date, T tc, T gamma, T l, T lPrime, T f, T d, T omega)
date
- current datetc
- offset in Julian centuriesgamma
- tide parameter γ = GMST + π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 Moonpublic AbsoluteDate getDate()
getDate
in interface TimeStamped
public T getTC()
public T getGamma()
public T getL()
public T getLPrime()
public T getF()
public T getD()
public T getOmega()
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.