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

EECFI.DemConfFile Class Reference

Class for reading DEM configuration files. More...

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

List of all members.

Public Member Functions

 DemConfFile ()
 Constructor.
 DemConfFile (final String fileNam)
 Constructor by name.
native void read () throws CfiError
 Read the data block and store it in object.

Public Attributes

long model
  
String dir
 The following parameters are Deprecated from version 4.2.
double resX
 Interval between points along X-axis.
double resY
 Interval between points along Y-axis.
double resUnit
 Conversion factor from x,y units to the res_X, res_Y units.
long XNumPoints
 Number of points along X-axis (columns).
long YNumPoints
 Number of points along Y-axis (lines)).
double xRange
 longitude of the x-axis for one file (grid).
double yRange
 longitude of the y-axis for one file (grid).
long dataSize
 Size in bytes of the data stored in the files.
long dataType
 Data type.
double[] northAlt
 Altitude at the North pole cell.
double[] southAlt
 Altitude at the South pole cell.
double offsetX
 Offsets.
long metadataModel
 END Deprecated parameters from version 4.2.
String userDirectory
 User directory.

Detailed Description

Class for reading DEM configuration files.


Constructor & Destructor Documentation

EECFI.DemConfFile.DemConfFile (  ) 

Constructor.

EECFI.DemConfFile.DemConfFile ( final String  fileNam  ) 

Constructor by name.


Member Function Documentation

native void EECFI.DemConfFile.read (  )  throws CfiError

Read the data block and store it in object.


Member Data Documentation

Size in bytes of the data stored in the files.

Data type.

The following parameters are Deprecated from version 4.2.

Directory for the the DEM files.

END Deprecated parameters from version 4.2.

DEM model

Altitude at the North pole cell.

Offsets.

For ANR - 187: The points will be given for the center of a cell instead of the corners. The offset is the difference betweeen the center of the cell an the side of the cell (in degrees).

Conversion factor from x,y units to the res_X, res_Y units.

i.e. if res_X is given in seconds and X in degrees => res_unit=3600

Interval between points along X-axis.

Interval between points along Y-axis.

Altitude at the South pole cell.

User directory.

Number of points along X-axis (columns).

longitude of the x-axis for one file (grid).

Number of points along Y-axis (lines)).

longitude of the y-axis for one file (grid).


Generated on Thu Apr 7 2011 16:12:16 for by doxygen 1.7.1