Click or drag to resize

RinexNavigationRecord Methods

The RinexNavigationRecord type exposes the following members.

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