public abstract class AbstractAlmanac extends CommonGnssData
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
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()
public double getIDot()
By default, not contained in a GNSS almanac
public double getCuc()
By default, not contained in a GNSS almanac
public double getCus()
By default, not contained in a GNSS almanac
public double getCrc()
By default, not contained in a GNSS almanac
public double getCrs()
By default, not contained in a GNSS almanac
public double getCic()
By default, not contained in a GNSS almanac
public double getCis()
By default, not contained in a GNSS almanac
public double getAf2()
By default, not contained in a GNSS almanac
Copyright © 2002-2022 CS GROUP. All rights reserved.