RinexNavigationRecord Class |
Namespace: AGI.Foundation.Navigation.DataReaders
The RinexNavigationRecord type exposes the following members.
Name | Description | |
---|---|---|
RinexNavigationRecord |
Initializes a new instance.
|
Name | Description | |
---|---|---|
AvailabilityIntervals |
Gets a TimeIntervalCollection over which data is available.
If the availability interval is infinite, this returns
Infinite.
| |
NumberOfEphemerides |
Gets the number of ephemerides in this record for this PseudoRandomNumber.
| |
PseudoRandomNumber |
Gets the Pseudo Random Number (PRN).
|
Name | Description | |
---|---|---|
CreateSatellite |
Creates a GPS satellite for this RINEX record.
| |
CreateSatellite(BehaviorBeyondAvailability) |
Creates a GPS satellite for this RINEX record.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAllEphemerisData |
Retrieves the RinexNavigationEphemeris defining all the characteristics of this satellite.
| |
GetAllGpsElementsFromEphemerisData |
Retrieves the IGpsElements defining the orbit of this satellite.
| |
GetAvailabilityIntervals |
Gets the intervals over which data is available.
| |
GetDataFromMostRecentEphemeris |
Retrieves the RinexNavigationEphemeris defining all characteristics of this satellite
which represent the most recent ephemeris prior to date, compared to TransmissionTime.
| |
GetElementsFromMostRecentEphemeris |
Retrieves the IGpsElements defining the orbit of this satellite
which represent the most recent ephemeris prior to date.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
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.) | |
ReadEphemerisBlock |
Reads a record from a stream.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |