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()
rad
double getCosineCorrectionToArgumentOfLatitude()
rad
double getCosineCorrectionToInclination()
rad
double getCosineCorrectionToOrbitRadius()
m
double getEccentricity()
unitless
@Nonnull GlobalPositioningSystemDate getEpoch()
double getInclinationAngle()
rad
double getIssueOfData()
double getLongitudeOfAscendingNode()
rad
double getMeanAnomaly()
rad
double getMeanMotionDifference()
rad / s
double getRateOfInclinationAngle()
rad / s
double getRateOfRightAscension()
rad / s
double getSineCorrectionToArgumentOfLatitude()
rad
double getSineCorrectionToInclination()
rad
double getSineCorrectionToOrbitRadius()
m
double getSquareRootOfSemimajorAxis()
sqrt(m)