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