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