TimeStamped
GPSAlmanac
public interface GPSOrbitalElements extends TimeStamped
GPSPropagator
.Modifier and Type | Field | Description |
---|---|---|
static double |
GPS_MU |
WGS 84 value of the Earth's universal gravitational parameter for GPS user in m³/s².
|
static double |
GPS_PI |
Value of Pi for conversion from semicircles to radian.
|
static double |
GPS_WEEK_IN_SECONDS |
Duration of the GPS week in seconds.
|
static int |
GPS_WEEK_NB |
Number of weeks in the GPS cycle.
|
Modifier and Type | Method | Description |
---|---|---|
default double |
getAf0() |
Gets the Zeroth Order Clock Correction.
|
default double |
getAf1() |
Gets the First Order Clock Correction.
|
default double |
getAf2() |
Gets the Second Order Clock Correction.
|
double |
getCic() |
Gets the Amplitude of the Cosine Harmonic Correction Term to the Angle of Inclination.
|
double |
getCis() |
Gets the Amplitude of the Sine Harmonic Correction Term to the Angle of Inclination.
|
double |
getCrc() |
Gets the Amplitude of the Cosine Harmonic Correction Term to the Orbit Radius.
|
double |
getCrs() |
Gets the Amplitude of the Sine Harmonic Correction Term to the Orbit Radius.
|
double |
getCuc() |
Gets the Amplitude of the Cosine Harmonic Correction Term to the Argument of Latitude.
|
double |
getCus() |
Gets the Amplitude of the Sine Harmonic Correction Term to the Argument of Latitude.
|
double |
getE() |
Gets the Eccentricity.
|
double |
getI0() |
Gets the Inclination Angle at Reference Time.
|
double |
getIDot() |
Gets the Rate of Inclination Angle.
|
default int |
getIODC() |
Gets the Issue Of Data Clock (IODC).
|
default int |
getIODE() |
Gets the Issue Of Data Ephemeris (IODE).
|
double |
getM0() |
Gets the Mean Anomaly at Reference Time.
|
double |
getMeanMotion() |
Gets the Mean Motion.
|
double |
getOmega0() |
Gets the Longitude of Ascending Node of Orbit Plane at Weekly Epoch.
|
double |
getOmegaDot() |
Gets the Rate of Right Ascension.
|
double |
getPa() |
Gets the Argument of Perigee.
|
int |
getPRN() |
Gets the PRN number of the GPS satellite.
|
double |
getSma() |
Gets the Semi-Major Axis.
|
default double |
getTGD() |
Gets the estimated group delay differential TGD for L1-L2 correction.
|
double |
getTime() |
Gets the Reference Time of the GPS orbit as a duration from week start.
|
default double |
getToc() |
Gets the clock correction reference time toc.
|
int |
getWeek() |
Gets the Reference Week of the GPS orbit.
|
getDate
static final double GPS_MU
static final double GPS_PI
static final double GPS_WEEK_IN_SECONDS
static final int GPS_WEEK_NB
int getPRN()
int getWeek()
double getTime()
double getSma()
double getMeanMotion()
double getE()
double getI0()
double getIDot()
double getOmega0()
double getOmegaDot()
double getPa()
double getM0()
double getCuc()
double getCus()
double getCrc()
double getCrs()
double getCic()
double getCis()
default int getIODC()
default int getIODE()
default double getAf0()
default double getAf1()
default double getAf2()
default double getToc()
default double getTGD()
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.