Click or drag to resize

RinexObservationHeader Class

This class contains information from the header of the RINEX observation file. Since the header is subject to change throughout the file, an instance of this class will be held by each RinexObservationRecord in the file, with the header being populated with the valid information up to that point in time.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.DataReadersRinexObservationHeader

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 RinexObservationHeader

The RinexObservationHeader type exposes the following members.

Properties
  NameDescription
Public propertyAgency
Gets the Agency property for the RINEX header
Public propertyAntennaDeltaE
Gets the value of the antenna delta E for the RINEX observation file.
Public propertyAntennaDeltaH
Gets the value of the antenna delta H for the RINEX observation file.
Public propertyAntennaDeltaN
Gets the value of the antenna delta N for the RINEX observation file.
Public propertyAntennaNumber
Gets the antenna number property for the RINEX header.
Public propertyAntennaType
Gets the antenna type property for the RINEX header.
Public propertyApproximateMarkerPositionX
Gets the X value of the approximate marker position for the RINEX observation file.
Public propertyApproximateMarkerPositionY
Gets the Y value of the approximate marker position for the RINEX observation file.
Public propertyApproximateMarkerPositionZ
Gets the Z value of the approximate marker position for the RINEX observation file.
Public propertyDate
Gets the Date property for the RINEX header
Public propertyDefaultSatellite
Gets the default satellite property for the RINEX header.
Public propertyInterval
Gets the Interval property for the RINEX header.
Public propertyLeapSeconds
Gets the leap seconds property for the RINEX header.
Public propertyMarkerName
Gets the marker name for the RINEX observation file.
Public propertyMarkerNumber
Gets the marker number for the RINEX observation file.
Public propertyNumberOfSatellites
Gets the number of satellites property for the RINEX header.
Public propertyObservationCharacter
Gets the observation character property for the RINEX header.
Public propertyObserver
Gets the Observer property for the RINEX header
Public propertyProgram
Gets the program property for the RINEX header.
Public propertyReceiverClockOffset
Gets the receiver clock offset property for the RINEX header.
Public propertyReceiverNumber
Gets the receiver number property for the RINEX header.
Public propertyReceiverType
Gets the receiver type property for the RINEX header.
Public propertyReceiverVersion
Gets the receiver version property for the RINEX header.
Public propertyRunBy
Gets the RunBy property for the RINEX header.
Public propertySatelliteSystemCharacter
Gets the satellite system character property for the RINEX header.
Public propertyTimeOfFirstObservation
Gets the time of first observation property for the RINEX header.
Public propertyTimeOfLastObservation
Gets the time of last observation property for the RINEX header.
Public propertyTimeStandard
Gets the time standard property for the RINEX header.
Public propertyVersion
Gets the Version property for the RINEX header.
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 methodGetSatelliteRecord(Int32)
Get the header record for this satellite. If none exists, a default record will be returned.
Public methodGetSatelliteRecord(Int32, Boolean)
Get the header record for this satellite. If none exists, a default record will be returned.
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 methodReadHeader
Parse the header of a RINEX observation file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also