|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class to store State vectors comming from SP3 files for a given satellite. More...
Public Member Functions | |
| OsvRecSP3 () | |
| Constructor. | |
| OsvRecSP3 (final long inType, final long inId, final String inIdStr, final long inAccu, final long inNumRec, OsvRec[] inOsvRec) | |
| Constructor with parameters. | |
Public Attributes | |
| long | type |
| Satellite type (XDCFISATSP3SatDescriptorEnum). | |
| long | identifier |
| Satellite identifier. | |
| String | idString |
| Satellite id in string format. | |
| long | satAccuracy |
| Accuracy of satellite. | |
| long | numRec |
| Number of epochs. | |
| OsvRec[] | osvRec |
| List of state vectors. | |
Class to store State vectors comming from SP3 files for a given satellite.
| EECFI.OsvRecSP3.OsvRecSP3 | ( | ) |
Constructor.
| EECFI.OsvRecSP3.OsvRecSP3 | ( | final long | inType, | |
| final long | inId, | |||
| final String | inIdStr, | |||
| final long | inAccu, | |||
| final long | inNumRec, | |||
| OsvRec[] | inOsvRec | |||
| ) |
Constructor with parameters.
Satellite identifier.
| String EECFI.OsvRecSP3.idString |
Satellite id in string format.
Number of epochs.
List of state vectors.
Accuracy of satellite.
| long EECFI.OsvRecSP3.type |
Satellite type (XDCFISATSP3SatDescriptorEnum).
1.7.1