|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for reading Iers bulletin (deprecated, use IersBulletinFile instead). More...
Public Member Functions | |
| IersFile () | |
| Constructor. | |
| IersFile (final String fileNam) | |
| Constructor by name. | |
| native void | read () throws CfiError |
| Read the whole file. | |
Public Attributes | |
| Vector< BulbTable > | table2 |
| Second table data in the IERS bulletin. | |
Class for reading Iers bulletin (deprecated, use IersBulletinFile instead).
| EECFI.IersFile.IersFile | ( | ) |
Constructor.
| EECFI.IersFile.IersFile | ( | final String | fileNam | ) |
Constructor by name.
| native void EECFI.IersFile.read | ( | ) | throws CfiError |
Read the whole file.
| Vector<BulbTable> EECFI.IersFile.table2 |
Second table data in the IERS bulletin.
1.7.1