|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for reading/writing Two Line Elements file. More...
Public Member Functions | |
| TleFile () | |
| Constructor. | |
| TleFile (final String fileNam) | |
| Constructor by name. | |
| native void | read (final String satellite) throws CfiError |
| Read the TLE file. | |
| native void | write (String fileNam, Vector< TleRec > tleData) throws CfiError |
| Write the file. | |
Public Attributes | |
| Vector< TleRec > | tleRec |
| Vector of TLE. | |
Class for reading/writing Two Line Elements file.
| EECFI.TleFile.TleFile | ( | ) |
Constructor.
| EECFI.TleFile.TleFile | ( | final String | fileNam | ) |
Constructor by name.
| void EECFI.TleFile::read | ( | final String | satellite | ) | throws CfiError |
Read the TLE file.
| satellite | name as it appears in line 0 for a TLE; if it is empty (""), the whole file is read, otherwise only the lines for the specified satellite. |
Write the file.
| fileNam | Name of the file to write. | |
| tleData | Vector of TLE. |
| Vector<TleRec> EECFI.TleFile.tleRec |
Vector of TLE.
1.7.1