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

EECFI.StarFile Class Reference

Class for reading star files. More...

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

List of all members.

Public Member Functions

 StarFile ()
 Constructor.
 StarFile (final String fileNam)
 Constructor by name.
native void read () throws CfiError
 Read the whole file.
native void read (final String starIdentity) throws CfiError
 Read one star.
native Vector< String > readIds () throws CfiError
 Read the list of star names.

Public Attributes

Vector< StarRecstarRec
 Star record vector.

Detailed Description

Class for reading star files.


Constructor & Destructor Documentation

EECFI.StarFile.StarFile (  ) 

Constructor.

EECFI.StarFile.StarFile ( final String  fileNam  ) 

Constructor by name.


Member Function Documentation

native void EECFI.StarFile.read (  )  throws CfiError

Read the whole file.

void EECFI.StarFile::read ( final String  starIdentity  )  throws CfiError

Read one star.

Parameters:
starIdentity Identity of the star to read.
Vector< String > EECFI.StarFile::readIds (  )  throws CfiError

Read the list of star names.

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

Member Data Documentation

Star record vector.


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