|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for storing Iers bulletin A file data. More...
Public Member Functions | |
| IersBulletinAFile () | |
| Default constructor. | |
| IersBulletinAFile (String bulId, Vector< IersBulletinArec > vecPred, PolarMotionFormula polarFormula, TimeCorrelationFormula timeFormula) | |
| Constructor with parameters. | |
Public Attributes | |
| String | bulletinId |
| Bulletin id. | |
| Vector< IersBulletinArec > | predictionTable |
| Prediction table records. | |
| PolarMotionFormula | polarMotionFormula |
| Polar motion extrapolation formula paramters. | |
| TimeCorrelationFormula | timeCorrelationFormula |
| Time correlation extrapolation formula parameters. | |
Class for storing Iers bulletin A file data.
| EECFI.IersBulletinAFile.IersBulletinAFile | ( | ) |
Default constructor.
| EECFI.IersBulletinAFile.IersBulletinAFile | ( | String | bulId, | |
| Vector< IersBulletinArec > | vecPred, | |||
| PolarMotionFormula | polarFormula, | |||
| TimeCorrelationFormula | timeFormula | |||
| ) |
Constructor with parameters.
Bulletin id.
Example: 28 July 2011 Vol. XXIV No. 030.
Polar motion extrapolation formula paramters.
Prediction table records.
Time correlation extrapolation formula parameters.
1.7.1