DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
for JAVA
ESA

EECFI.ZoneFile Class Reference

Class for reading zone files. More...

Inheritance diagram for EECFI.ZoneFile:
EECFI.EEFile EECFI.CfiClass

List of all members.

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.

Public Attributes

Vector< ZoneReczoneRec
 Vector of zones.

Detailed Description

Class for reading zone files.


Constructor & Destructor Documentation

EECFI.ZoneFile.ZoneFile (  ) 

Constructor.

EECFI.ZoneFile.ZoneFile ( final String  fileNam  ) 

Constructor by name.


Member Function Documentation

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.

Parameters:
zoneIdentity Identity of the zone to read.
Vector< String > EECFI.ZoneFile::readIds (  )  throws CfiError

Read the list of zone names.

Returns:
Returns a vector of strings with the names of the zones.

Member Data Documentation

Vector of zones.


Generated on Mon Dec 11 2023 14:48:14 for by doxygen 1.7.1