|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.stela.bodies.EarthRotation
public final class EarthRotation
This class represents the Earth rotation.
It is used to compute the Earth rotation rate when computing the atmospheric drag acceleration.
StelaAeroModel| Method Summary | |
|---|---|
static double |
getEarthRotationRate(AbsoluteDate date)
Deprecated. |
static double |
getERA(AbsoluteDate date)
Compute the Earth Rotation Angle (ERA) using Capitaine model (2000). |
static double |
getERADerivative(AbsoluteDate date)
Compute the Earth Rotation Angle (ERA) derivative. |
static double |
getGMST(AbsoluteDate date)
Compute Greenwich Mean Sideral Time. |
static double |
getGMSTDerivative(AbsoluteDate date)
Compute Greenwich Mean Sideral Time derivative. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static double getGMST(AbsoluteDate date)
date - a date
public static double getGMSTDerivative(AbsoluteDate date)
date - a date
public static double getERA(AbsoluteDate date)
date - a date
public static double getERADerivative(AbsoluteDate date)
date - a date
@Deprecated public static double getEarthRotationRate(AbsoluteDate date)
getGMSTDerivative(AbsoluteDate).
date - a date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||