|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for reading Iers bulletin (B -only 2010 format- or A). More...
Public Member Functions | |
| IersBulletinFile () | |
| Constructor. | |
| IersBulletinFile (final String fileNam) | |
| Constructor by name. | |
| native void | read () throws CfiError |
| Read the whole file. | |
Public Attributes | |
| IersBulletinAFile | iersBulletinAFile |
| Bulletin A data. | |
| IersBulletinBFile | iersBulletinBFile |
| Bulletin B data. | |
Class for reading Iers bulletin (B -only 2010 format- or A).
| EECFI.IersBulletinFile.IersBulletinFile | ( | ) |
Constructor.
| EECFI.IersBulletinFile.IersBulletinFile | ( | final String | fileNam | ) |
Constructor by name.
| native void EECFI.IersBulletinFile.read | ( | ) | throws CfiError |
Read the whole file.
It is assumed that the file name has already been itnroduced.
Bulletin A data.
Not null when a Bulletin A is read.
Bulletin B data.
Not null when a Bulletin B is read.
1.7.1