Click or drag to resize

RinexObservation Class

This class parses and stores the information in a RINEX Observation file. Rinex Observation file versions 2.0, 2.1 and 2.11 are supported.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.DataReadersRinexObservation

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 RinexObservation

The RinexObservation type exposes the following members.

Properties
  NameDescription
Public propertyHeaders
Gets the TimeIntervalCollection of RinexObservationHeaders for this RinexObservation. The times in the time interval collection represent the times the headers were relevant.
Public propertyRecords
Gets the TimeIntervalCollection of RinexObservationRecords for this RinexObservation.
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRecords
Get all of the records for a specific satellite
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFrom(Stream)
Reads a RINEX Observation file from the specified stream.
Public methodStatic memberReadFrom(String)
Reads a RINEX Observation file from the specified filename.
Public methodStatic memberReadFrom(TextReader)
Reads a RINEX Observation file from the specified stream reader.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also