Click or drag to resize

IGpsElements Interface

An interface to a GPS element set that contains data items needed for GPS ephemeris propagation. This interface provides data for one GPS satellite.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IGpsElements

The IGpsElements type exposes the following members.

Properties
  NameDescription
Public propertyArgumentOfPerigee
Gets the inclination angle.
Public propertyCosineCorrectionToArgumentOfLatitude
Gets the amplitude of the cosine harmonic correction term to the Argument of Latitude.
Public propertyCosineCorrectionToInclination
Gets the amplitude of the cosine harmonic correction term to the angle of inclination.
Public propertyCosineCorrectionToOrbitRadius
Gets the amplitude of the sine harmonic correction term to the orbit radius.
Public propertyEccentricity
Gets eccentricity.
Public propertyEpoch
Gets the epoch at which these elements are specified.
Public propertyInclinationAngle
Gets the inclination angle.
Public propertyIssueOfData
Gets the issue of data ephemeris (IODE).
Public propertyLongitudeOfAscendingNode
Gets the longitude of ascending node of orbit plane at weekly epoch.
Public propertyMeanAnomaly
Gets the mean anomaly.
Public propertyMeanMotionDifference
Gets the mean motion difference from computed value.
Public propertyRateOfInclinationAngle
Gets the rate of inclination angle (IDOT).
Public propertyRateOfRightAscension
Gets the rate of right ascension.
Public propertySineCorrectionToArgumentOfLatitude
Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
Public propertySineCorrectionToInclination
Gets the amplitude of the sine harmonic correction term to the angle of inclination.
Public propertySineCorrectionToOrbitRadius
Gets the amplitude of the sine harmonic correction term to the orbit radius.
Public propertySquareRootOfSemimajorAxis
Gets the square root of the semi-major axis (sqrt(meters)).
Top
Remarks
Definitions from IS-GPS-200D pages 94, 96, and 107.
See Also