Click or drag to resize

RinexNavigation Class

A RINEX Navigation file describing GPS satellite broadcast orbits and other data. This class represents a RINEX Navigation file, version 2.0 and 2.1. Other versions are not supported.
Inheritance Hierarchy
System.Object
  System.Collections.ObjectModel.Collection<RinexNavigationRecord>
    AGI.Foundation.Navigation.DataReaders.RinexNavigation

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public sealed class RinexNavigation : Collection<RinexNavigationRecord>

The RinexNavigation type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from Collection<RinexNavigationRecord>.)
Public propertyDate
Gets the date of file creation.
Public propertyDeltaUtcOne
Gets the first order polynomial term for UTC correction
Public propertyDeltaUtcReferenceTime
Gets the reference time for UTC data
Public propertyDeltaUtcReferenceWeek
Gets the UTC Reference week number. Continuous number, not mod(1024)!
Public propertyDeltaUtcZero
Gets the zeroth order polynomial term for UTC correction
Public propertyIonosphereAlphaOne
Gets the ionosphere parameters of almanac
Public propertyIonosphereAlphaThree
Gets the ionosphere parameters of almanac
Public propertyIonosphereAlphaTwo
Gets the ionosphere parameters of almanac
Public propertyIonosphereAlphaZero
Gets the ionosphere parameters of almanac
Public propertyIonosphereBetaOne
Gets the ionosphere parameters of almanac
Public propertyIonosphereBetaThree
Gets the ionosphere parameters of almanac
Public propertyIonosphereBetaTwo
Gets the ionosphere parameters of almanac
Public propertyIonosphereBetaZero
Gets the ionosphere parameters of almanac
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from Collection<RinexNavigationRecord>.)
Public propertyLeapSeconds
Gets the time correction due to leap seconds
Public propertyNumberOfSatellites
Gets the number of SVs in the RINEX Navigation file.
Public propertyProgram
Gets the program that created the file.
Public propertyRunBy
Gets the agency that created the file.
Top
Methods
  NameDescription
Public methodAdd (Inherited from Collection<RinexNavigationRecord>.)
Public methodClear (Inherited from Collection<RinexNavigationRecord>.)
Public methodContains (Inherited from Collection<RinexNavigationRecord>.)
Public methodCopyTo (Inherited from Collection<RinexNavigationRecord>.)
Public methodCreateSatelliteCollection()
Creates a GPS satellite for each record in the RINEX Navigation file.
Public methodCreateSatelliteCollection(BehaviorBeyondAvailability)
Creates a GPS satellite for each record in the RINEX Navigation file, using the specified evaluation behavior.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindRecordByPrn
Finds the record corresponding to a particular PRN.
Public methodGetEnumerator (Inherited from Collection<RinexNavigationRecord>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from Collection<RinexNavigationRecord>.)
Public methodInsert (Inherited from Collection<RinexNavigationRecord>.)
Public methodStatic memberReadFrom(String)
Reads a RINEX Navigation file from the specified file.
Public methodStatic memberReadFrom(TextReader)
Reads a RINEX Navigation file from the specified stream.
Public methodRemove (Inherited from Collection<RinexNavigationRecord>.)
Public methodRemoveAt (Inherited from Collection<RinexNavigationRecord>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Reading compressed RINEX files is not currently supported.
See Also