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
SystemObject
  System.Collections.ObjectModelCollectionRinexNavigationRecord
    AGI.Foundation.Navigation.DataReadersRinexNavigation

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 sealed class RinexNavigation : Collection<RinexNavigationRecord>

The RinexNavigation type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from CollectionRinexNavigationRecord.)
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 CollectionRinexNavigationRecord.)
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 CollectionRinexNavigationRecord.)
Public methodClear (Inherited from CollectionRinexNavigationRecord.)
Public methodContains (Inherited from CollectionRinexNavigationRecord.)
Public methodCopyTo (Inherited from CollectionRinexNavigationRecord.)
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 CollectionRinexNavigationRecord.)
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 CollectionRinexNavigationRecord.)
Public methodInsert (Inherited from CollectionRinexNavigationRecord.)
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 CollectionRinexNavigationRecord.)
Public methodRemoveAt (Inherited from CollectionRinexNavigationRecord.)
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