Click or drag to resize

SemAlmanacRecord Class

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

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 SemAlmanacRecord : IGpsElements

The SemAlmanacRecord type exposes the following members.

Constructors
  NameDescription
Public methodSemAlmanacRecord
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyArgumentOfPerigee
Gets the argument of perigee.
Public propertyArgumentOfPerigeeSemicircles
Gets or sets the argument of perigee, in semicircles.
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 the inclination angle.
Public propertyInclinationOffset
Gets or sets the orbit inclination angle offset in semicircles.
Public propertyIssueOfData
Gets the issue of data ephemeris (IODE).
Public propertyLongitudeOfAscendingNode
Gets the longitude of ascending node of orbit plane at weekly epoch.
Public propertyLongitudeOfAscendingNodeSemicircles
Gets or sets the geographic longitude of the orbital plane at the weekly epoch, in semicircles.
Public propertyMeanAnomaly
Gets the mean anomaly.
Public propertyMeanAnomalySemicircles
Gets or sets the mean anomaly, in semicircles.
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 the rate of right ascension.
Public propertyRateOfRightAscensionSemicircles
Gets or sets the rate of right ascension, in semicircles per second.
Public propertySatelliteConfiguration
Gets or sets the satellite configuration code.
Public propertySatelliteVehicleNumber
Gets or sets the satellite vehicle number (SVN).
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 propertyUserRangeAccuracy
Gets or sets the average User Range Accuracy (URA) number.
Public propertyZerothOrderClockCorrection
Gets or sets the zeroth order clock correction.
Top
Methods
  NameDescription
Public methodCreateSatellite
Creates a GPS satellite for this SEM 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 stream.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also