|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for reading star files. More...
Public Member Functions | |
| StarFile () | |
| Constructor. | |
| StarFile (final String fileNam) | |
| Constructor by name. | |
| native void | read () throws CfiError |
| Read the whole file. | |
| native void | read (final String starIdentity) throws CfiError |
| Read one star. | |
| native Vector< String > | readIds () throws CfiError |
| Read the list of star names. | |
Class for reading star files.
| EECFI.StarFile.StarFile | ( | ) |
Constructor.
| EECFI.StarFile.StarFile | ( | final String | fileNam | ) |
Constructor by name.
| native void EECFI.StarFile.read | ( | ) | throws CfiError |
Read the whole file.
| void EECFI.StarFile::read | ( | final String | starIdentity | ) | throws CfiError |
Read one star.
| starIdentity | Identity of the star to read. |
| Vector< String > EECFI.StarFile::readIds | ( | ) | throws CfiError |
Read the list of star names.
1.7.1