public interface IGpsElements
Definitions from IS-GPS-200D pages 94, 96, and 107.
| Modifier and Type | Method and Description |
|---|---|
double |
getArgumentOfPerigee()
Gets the inclination angle.
|
double |
getCosineCorrectionToArgumentOfLatitude()
Gets the amplitude of the cosine harmonic correction term to the Argument of Latitude.
|
double |
getCosineCorrectionToInclination()
Gets the amplitude of the cosine harmonic correction term to the angle of inclination.
|
double |
getCosineCorrectionToOrbitRadius()
Gets the amplitude of the sine harmonic correction term to the orbit radius.
|
double |
getEccentricity()
Gets eccentricity.
|
GlobalPositioningSystemDate |
getEpoch()
Gets the epoch at which these elements are specified.
|
double |
getInclinationAngle()
Gets the inclination angle.
|
double |
getIssueOfData()
Gets the issue of data ephemeris (IODE).
|
double |
getLongitudeOfAscendingNode()
Gets the longitude of ascending node of orbit plane at weekly epoch.
|
double |
getMeanAnomaly()
Gets the mean anomaly.
|
double |
getMeanMotionDifference()
Gets the mean motion difference from computed value.
|
double |
getRateOfInclinationAngle()
Gets the rate of inclination angle (IDOT).
|
double |
getRateOfRightAscension()
Gets the rate of right ascension.
|
double |
getSineCorrectionToArgumentOfLatitude()
Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
|
double |
getSineCorrectionToInclination()
Gets the amplitude of the sine harmonic correction term to the angle of inclination.
|
double |
getSineCorrectionToOrbitRadius()
Gets the amplitude of the sine harmonic correction term to the orbit radius.
|
double |
getSquareRootOfSemimajorAxis()
Gets the square root of the semi-major axis (sqrt(meters)).
|
double getArgumentOfPerigee()
raddouble getCosineCorrectionToArgumentOfLatitude()
raddouble getCosineCorrectionToInclination()
raddouble getCosineCorrectionToOrbitRadius()
mdouble getEccentricity()
unitless@Nonnull GlobalPositioningSystemDate getEpoch()
double getInclinationAngle()
raddouble getIssueOfData()
double getLongitudeOfAscendingNode()
raddouble getMeanAnomaly()
raddouble getMeanMotionDifference()
rad / sdouble getRateOfInclinationAngle()
rad / sdouble getRateOfRightAscension()
rad / sdouble getSineCorrectionToArgumentOfLatitude()
raddouble getSineCorrectionToInclination()
raddouble getSineCorrectionToOrbitRadius()
mdouble getSquareRootOfSemimajorAxis()
sqrt(m)