Click or drag to resize

RinexNavigationRecord Class

An ephemeris record in a RINEX Navigation File, corresponding to a single space vehicle (SV).
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.DataReadersRinexNavigationRecord

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 RinexNavigationRecord : IAvailability

The RinexNavigationRecord type exposes the following members.

Constructors
  NameDescription
Public methodRinexNavigationRecord
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyAvailabilityIntervals
Gets a TimeIntervalCollection over which data is available. If the availability interval is infinite, this returns Infinite.
Public propertyNumberOfEphemerides
Gets the number of ephemerides in this record for this PseudoRandomNumber.
Public propertyPseudoRandomNumber
Gets the Pseudo Random Number (PRN).
Top
Methods
  NameDescription
Public methodCreateSatellite
Creates a GPS satellite for this RINEX record.
Public methodCreateSatellite(BehaviorBeyondAvailability)
Creates a GPS satellite for this RINEX 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 methodGetAllEphemerisData
Retrieves the RinexNavigationEphemeris defining all the characteristics of this satellite.
Public methodGetAllGpsElementsFromEphemerisData
Retrieves the IGpsElements defining the orbit of this satellite.
Public methodGetAvailabilityIntervals
Gets the intervals over which data is available.
Public methodGetDataFromMostRecentEphemeris
Retrieves the RinexNavigationEphemeris defining all characteristics of this satellite which represent the most recent ephemeris prior to date, compared to TransmissionTime.
Public methodGetElementsFromMostRecentEphemeris
Retrieves the IGpsElements defining the orbit of this satellite which represent the most recent ephemeris prior to date.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAvailable
Determines if valid data is available for the given JulianDate.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadEphemerisBlock
Reads a record from a stream.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also