public interface GPSOrbitalElements extends TimeStamped
GPSPropagator
.Modifier and Type | Field and 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 and Description |
---|---|
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.
|
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.
|
double |
getTime()
Gets the Reference Time of the GPS orbit as a duration from week start.
|
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()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.