public abstract class AbstractAlmanac extends CommonGnssData implements GNSSOrbitalElements
Constructor and Description |
---|
AbstractAlmanac(double mu,
double angularVelocity,
int weekNumber)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getAf2()
Getter for the Drift Rate Correction Coefficient.
|
double |
getCic()
Getter for the Cic parameter.
|
double |
getCis()
Getter for the Cis parameter.
|
double |
getCrc()
Getter for the Crc parameter.
|
double |
getCrs()
Getter for the Crs parameter.
|
double |
getCuc()
Getter for the Cuc parameter.
|
double |
getCus()
Getter for the Cus parameter.
|
double |
getIDot()
Getter for the rate of inclination angle.
|
double |
getMeanMotion()
Getter for the mean motion.
|
getAf0, getAf1, getAngularVelocity, getCycleDuration, getDate, getE, getI0, getM0, getMu, getOmega0, getOmegaDot, getPa, getPRN, getSma, getTime, getWeek, setAf0, setAf1, setDate, setE, setI0, setM0, setOmega0, setOmegaDot, setPa, setPRN, setSma, setTime, setWeek
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAngularVelocity, getCycleDuration, getE, getI0, getM0, getMu, getOmega0, getOmegaDot, getPa, getPRN, getPropagator, getPropagator, getPropagator, getSma, getTime, getWeek
durationFrom, getDate
public AbstractAlmanac(double mu, double angularVelocity, int weekNumber)
mu
- Earth's universal gravitational parameterangularVelocity
- mean angular velocity of the Earth for the GNSS modelweekNumber
- number of weeks in the GNSS cyclepublic double getMeanMotion()
getMeanMotion
in interface GNSSOrbitalElements
public double getIDot()
By default, not contained in a GNSS almanac
getIDot
in interface GNSSOrbitalElements
public double getCuc()
By default, not contained in a GNSS almanac
getCuc
in interface GNSSOrbitalElements
public double getCus()
By default, not contained in a GNSS almanac
getCus
in interface GNSSOrbitalElements
public double getCrc()
By default, not contained in a GNSS almanac
getCrc
in interface GNSSOrbitalElements
public double getCrs()
By default, not contained in a GNSS almanac
getCrs
in interface GNSSOrbitalElements
public double getCic()
By default, not contained in a GNSS almanac
getCic
in interface GNSSOrbitalElements
public double getCis()
By default, not contained in a GNSS almanac
getCis
in interface GNSSOrbitalElements
public double getAf2()
By default, not contained in a GNSS almanac
Copyright © 2002-2023 CS GROUP. All rights reserved.