SP3dHeaderRecord Class |
Namespace: AGI.Foundation.Navigation.DataReaders
The SP3dHeaderRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| SP3dHeaderRecord |
Initializes a new instance of the SP3-d Ephemeris File Header.
|
| Name | Description | |
|---|---|---|
| Accuracies |
Gets the orbital accuracy exponent as listed in the header of the SP3-d file.
The accuracy is interpreted as 2**exponent meters.
An exponent value of 0 indicates the accuracy is unknown.
The accuracies are ordered identically to the satellite identifier ordering in SatelliteIdentifiers.
| |
| Agency |
Gets the generating agency from Line 1.
| |
| ClockStandardDeviationBase |
Gets the base number used in the calculation of the clock correction and clock correction rate standard deviations.
The standard deviation calculations are defined in the SP3-d definition.
| |
| Comment |
Gets the comment lines from the header of the SP3-d file.
| |
| CoordinateSystem |
Gets the coordinate system from Line 1.
| |
| DataUsedDescriptor |
Gets the Data Used Descriptor from Line 1.
| |
| EpochInterval |
Gets the epoch interval from Line 2.
| |
| FileTypeDescriptor |
Gets the file type descriptor which denotes the type of data included in this SP3-d file.
The SP3-d definition defines the types allowed:
| |
| NumberOfEpochs |
Gets the number of epochs listed in this file from Line 1.
| |
| NumberOfSats |
Gets the number of satellites contained in this file from Line 3.
| |
| OrbitType |
Gets the orbit type from Line 1.
| |
| PositionVelocityFlag |
Gets the Position/Velocity Flag from Line 1.
| |
| PVStandardDeviationBase |
Gets the base number used in the calculation of the Position and Velocity standard deviations.
The standard deviation calculations are defined in the SP3-d definition.
| |
| SatelliteIdentifiers |
Gets the satellite identifiers as listed in the header of the SP3-d file.
For GPS satellites, these are the Pseudo Random Noise numbers and GPS constellation identifiers.
| |
| StartEpoch |
Gets the Start epoch from Line 1.
| |
| StartEpochGps |
Gets the start epoch in GPS time format from Line 2.
| |
| StartFractionalDay |
Gets the start epoch fractional day from Line 2.
| |
| StartModifiedJulianDate |
Gets the start epoch modified Julian date from Line 2.
| |
| TimeReference |
Gets the time standard all data in the SP3-d file is referenced to.
The SP3-d definition defines the types allowed:
| |
| TimeStandard |
Gets the Time Standard used in this SP3-d Ephemeris file.
| |
| Version |
Gets the version of this file from Line 1.
|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |