RinexObservationHeader Class |
Namespace: AGI.Foundation.Navigation.DataReaders
The RinexObservationHeader type exposes the following members.
| Name | Description | |
|---|---|---|
| Agency |
Gets the Agency property for the RINEX header
| |
| AntennaDeltaE |
Gets the value of the antenna delta E for the RINEX observation file.
| |
| AntennaDeltaH |
Gets the value of the antenna delta H for the RINEX observation file.
| |
| AntennaDeltaN |
Gets the value of the antenna delta N for the RINEX observation file.
| |
| AntennaNumber |
Gets the antenna number property for the RINEX header.
| |
| AntennaType |
Gets the antenna type property for the RINEX header.
| |
| ApproximateMarkerPositionX |
Gets the X value of the approximate marker position for the RINEX observation file.
| |
| ApproximateMarkerPositionY |
Gets the Y value of the approximate marker position for the RINEX observation file.
| |
| ApproximateMarkerPositionZ |
Gets the Z value of the approximate marker position for the RINEX observation file.
| |
| Date |
Gets the Date property for the RINEX header
| |
| DefaultSatellite |
Gets the default satellite property for the RINEX header.
| |
| Interval |
Gets the Interval property for the RINEX header.
| |
| LeapSeconds |
Gets the leap seconds property for the RINEX header.
| |
| MarkerName |
Gets the marker name for the RINEX observation file.
| |
| MarkerNumber |
Gets the marker number for the RINEX observation file.
| |
| NumberOfSatellites |
Gets the number of satellites property for the RINEX header.
| |
| ObservationCharacter |
Gets the observation character property for the RINEX header.
| |
| Observer |
Gets the Observer property for the RINEX header
| |
| Program |
Gets the program property for the RINEX header.
| |
| ReceiverClockOffset |
Gets the receiver clock offset property for the RINEX header.
| |
| ReceiverNumber |
Gets the receiver number property for the RINEX header.
| |
| ReceiverType |
Gets the receiver type property for the RINEX header.
| |
| ReceiverVersion |
Gets the receiver version property for the RINEX header.
| |
| RunBy |
Gets the RunBy property for the RINEX header.
| |
| SatelliteSystemCharacter |
Gets the satellite system character property for the RINEX header.
| |
| TimeOfFirstObservation |
Gets the time of first observation property for the RINEX header.
| |
| TimeOfLastObservation |
Gets the time of last observation property for the RINEX header.
| |
| TimeStandard |
Gets the time standard property for the RINEX header.
| |
| Version |
Gets the Version property for the RINEX header.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSatelliteRecord(Int32) |
Get the header record for this satellite. If none exists, a default record will be returned.
| |
| GetSatelliteRecord(Int32, Boolean) |
Get the header record for this satellite. If none exists, a default record will be returned.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReadHeader |
Parse the header of a RINEX observation file.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |