|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Class to select schema from file information. More...
Public Member Functions | |
| FileInfo (long sat_in, long filetype_in) | |
| Constructor with parameters. | |
| string | selectSchema () throw (CfiError) |
| Returns the most recent schema name supported for a given file type and mission. | |
Public Attributes | |
| long | satId |
| Satellite ID (enumeration XDSatIdEnum). | |
| long | filetype |
| File type enumeration (enumeration FileTypeEnum). | |
Class to select schema from file information.
| EECFI::FileInfo::FileInfo | ( | long | sat_in, | |
| long | filetype_in | |||
| ) |
| string EECFI::FileInfo::selectSchema | ( | ) | throw (CfiError) |
File type enumeration (enumeration FileTypeEnum).
Referenced by FileInfo(), and selectSchema().
Satellite ID (enumeration XDSatIdEnum).
Referenced by FileInfo(), and selectSchema().
1.7.1