|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Abstract basic class for Earth Observation File. More...
Public Member Functions | |
| EEFile () | |
| Empty finalructor. | |
| EEFile (long fileTyp, String fileNam) | |
| Constructor with arguments. | |
| native boolean | validate (final String logfile) throws CfiError |
| Validate file wrt schema in the root element of the XML file. | |
| native boolean | validate (final String schema, final String logfile) throws CfiError |
| Validate file wrt to the schema given in the schema parameter. | |
| native void | readHeader () throws CfiError |
| Read fixed header from XML file. | |
Public Attributes | |
| long | fileType |
| File type enum value. | |
| String | fileName |
| Filename. | |
| FixedHeader | fixedHeader |
| File fixed Header. | |
Abstract basic class for Earth Observation File.
| EECFI.EEFile.EEFile | ( | ) |
Empty finalructor.
| EECFI.EEFile::EEFile | ( | long | fileTyp, | |
| String | fileNam | |||
| ) |
Constructor with arguments.
| fileTyp | File type enumeration value (FileEnum). | |
| fileNam | Name of the file. |
| native void EECFI.EEFile.readHeader | ( | ) | throws CfiError |
Read fixed header from XML file.
Reimplemented in EECFI.DorisFile.
| boolean EECFI.EEFile::validate | ( | final String | logfile | ) | throws CfiError |
Validate file wrt schema in the root element of the XML file.
| logfile | File where messages from the validation proccess are written. |
| boolean EECFI.EEFile::validate | ( | final String | schema, | |
| final String | logfile | |||
| ) | throws CfiError |
Validate file wrt to the schema given in the schema parameter.
| schema | File name path of the schema we want to compare with. | |
| logfile | File where messages from the validation proccess are witten. |
| String EECFI.EEFile.fileName |
Filename.
File type enum value.
Reimplemented in EECFI.DorisFile.
File fixed Header.
1.7.1