|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for storing Iers bulletin B file data. More...
Public Member Functions | |
| IersBulletinBFile () | |
| Default constructor. | |
| IersBulletinBFile (String bulId, Vector< IersBulletinBrec > vecFinal, Vector< IersBulletinBrec > vecPrel) | |
| Constructor with parameters. | |
Public Attributes | |
| String | bulletinId |
| Bulletin id. | |
| Vector< IersBulletinBrec > | finalTable |
| Final table records. | |
| Vector< IersBulletinBrec > | preliminaryTable |
| Preliminary table records. | |
Class for storing Iers bulletin B file data.
| EECFI.IersBulletinBFile.IersBulletinBFile | ( | ) |
Default constructor.
| EECFI.IersBulletinBFile.IersBulletinBFile | ( | String | bulId, | |
| Vector< IersBulletinBrec > | vecFinal, | |||
| Vector< IersBulletinBrec > | vecPrel | |||
| ) |
Constructor with parameters.
Bulletin id.
Example: 28 July 2011 Vol. XXIV No. 030.
Final table records.
Preliminary table records.
1.7.1