RinexNavigationEphemeris Class |
Namespace: AGI.Foundation.Navigation.DataReaders
The RinexNavigationEphemeris type exposes the following members.
Name | Description | |
---|---|---|
Accuracy |
Gets the Sv accuracy.
| |
ArgumentOfPerigee |
Gets the argument of perigee.
| |
AvailabilityIntervals |
Gets a TimeIntervalCollection over which data is available.
If the availability interval is infinite, this returns
Infinite.
| |
ClockBias |
Gets the clock bias.
| |
ClockDrift |
Gets the clock drift.
| |
ClockDriftRate |
Gets the clock drift rate.
| |
CosineCorrectionToArgumentOfLatitude |
Gets the amplitude of the cosine harmonic correction term to the Argument of Latitude.
| |
CosineCorrectionToInclination |
Gets the amplitude of the cosine harmonic correction term to the angle of inclination.
| |
CosineCorrectionToOrbitRadius |
Gets the amplitude of the sine harmonic correction term to the orbit radius.
| |
DefaultValuesUsed |
Gets a value indicating whether or not the default value is used for any parameter. This may result because of a parse failure for a particular item.
| |
Eccentricity |
Gets eccentricity.
| |
Epoch |
Gets the epoch at which these elements are specified.
| |
FitInterval |
Gets the fit interval representing the duration in hours for which this ephemeris is valid.
Note that, according to ICD-GPS-200D, if the fit interval in the RINEX file is zero (or absent) the default fit interval is set to 4 hours.
| |
GpsWeek |
Gets the GPS Week # (to go with TimeOfEphemeris).
| |
GroupDelayDifferential |
Gets the group delay differential (tgd) in seconds.
| |
Health |
Gets the Sv health (bits 17-22 w 3 sf 1).
| |
InclinationAngle |
Gets the inclination angle.
| |
IssueOfData |
Gets the issue of data ephemeris (IODE).
| |
IssueOfDataClock |
Gets the issue of data clock (IODC).
| |
L2Channel |
Gets the codes on L2 channel.
| |
L2PDataFlag |
Gets the L2 P data flag.
| |
LongitudeOfAscendingNode |
Gets the longitude of ascending node of orbit plane at weekly epoch.
| |
MeanAnomaly |
Gets the mean anomaly.
| |
MeanMotionDifference |
Gets the mean motion difference from computed value.
| |
PseudoRandomNumber |
Gets the Pseudo Random Number (PRN).
| |
RateOfInclinationAngle |
Gets the rate of inclination angle (IDOT).
| |
RateOfRightAscension |
Gets the rate of right ascension.
| |
SineCorrectionToArgumentOfLatitude |
Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
| |
SineCorrectionToInclination |
Gets the amplitude of the sine harmonic correction term to the angle of inclination.
| |
SineCorrectionToOrbitRadius |
Gets the amplitude of the sine harmonic correction term to the orbit radius.
| |
SquareRootOfSemimajorAxis |
Gets the square root of the semi-major axis (sqrt(meters)).
| |
TimeOfClock |
Gets GPS date of the time of clock of the message.
| |
TimeOfEphemeris |
Gets the time of ephemeris (TOE).
| |
TimeOfEphemerisGpsDate |
Gets the GPS date of the time of ephemeris of the message.
| |
TransmissionTime |
Gets the transmission time of the message in seconds of the GpsWeek.
| |
TransmissionTimeGpsDate |
Gets the GPS date of the transmission time of the message.
|
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(RinexNavigationEphemeris) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAvailabilityIntervals |
Gets the intervals over which data is available.
| |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsAvailable |
Determines if valid data is available for the given JulianDate.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadEphemeris |
Parse a block of eight lines representing a single ephemeris block formatted according to
the RINEX Navigation file 2.10 standard.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
|