|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.utils.AlmanacParameter
public abstract class AlmanacParameter
This class is a simple container for generic almanac parameters.
| Constructor Summary | |
|---|---|
AlmanacParameter(double refDuration,
int week,
double m0,
double e,
double squareRootA,
double omega0,
double i0,
double w0,
double rateRa)
Creates an instance of AlmanacParameter |
|
| Method Summary | |
|---|---|
abstract AbsoluteDate |
getDate(int weekNumber,
double milliInWeek)
Returns GNSS date given a week number and second in the week. |
double |
getEccentricity()
|
double |
getI()
|
double |
getMeanAnomalyInit()
|
double |
getOmegaInit()
|
double |
getOmegaRate()
|
abstract int |
getRolloverWeeks()
Returns almanach unambiguous week number. |
double |
getSqrtA()
|
double |
gettRef()
|
double |
getW()
|
int |
getWeekRef()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlmanacParameter(double refDuration,
int week,
double m0,
double e,
double squareRootA,
double omega0,
double i0,
double w0,
double rateRa)
refDuration - time applicability of the almanacweek - week of the almanacm0 - Initial Mean anomalye - EccentricitysquareRootA - Semi major axis square rootomega0 - Initial Right ascencioni0 - Orbital inclinationw0 - Argument of perigeerateRa - Rate of right ascension| Method Detail |
|---|
public double getMeanAnomalyInit()
public double getEccentricity()
public double getSqrtA()
public double getOmegaInit()
public double getI()
public double getW()
public double getOmegaRate()
public int getWeekRef()
public double gettRef()
public abstract int getRolloverWeeks()
public abstract AbsoluteDate getDate(int weekNumber,
double milliInWeek)
weekNumber - week number taking roll-over into accountmilliInWeek - millisecond in week
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||