Click or drag to resize

YumaAlmanacRecord Class

A record in a YUMA almanac, corresponding to a single space vehicle (SV).
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.DataReadersYumaAlmanacRecord

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class YumaAlmanacRecord : IGpsElements

The YumaAlmanacRecord type exposes the following members.

Constructors
  NameDescription
Public methodYumaAlmanacRecord
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyArgumentOfPerigee
Gets or sets the argument of perigee.
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 or sets eccentricity.
Public propertyEpoch
Gets or sets the epoch at which these elements are specified.
Public propertyFirstOrderClockCorrection
Gets or sets the first order clock correction.
Public propertyHealth
Gets or sets the satellite health code.
Public propertyInclinationAngle
Gets or sets the inclination angle.
Public propertyIssueOfData
Gets the issue of data ephemeris (IODE).
Public propertyLongitudeOfAscendingNode
Gets or sets the longitude of ascending node of orbit plane at weekly epoch.
Public propertyMeanAnomaly
Gets or sets the mean anomaly.
Public propertyMeanMotionDifference
Gets the mean motion difference from computed value.
Public propertyPseudoRandomNumber
Gets or sets the Pseudo Random Number (PRN).
Public propertyRateOfInclinationAngle
Gets the rate of inclination angle (IDOT).
Public propertyRateOfRightAscension
Gets or sets 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 or sets the square root of the semi-major axis (sqrt(meters)).
Public propertyZerothOrderClockCorrection
Gets or sets the zeroth order clock correction.
Top
Methods
  NameDescription
Public methodCreateSatellite
Creates a GPS satellite for this YUMA almanac record.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFrom
Reads a record from a reader.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also