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
 Model.
String dir
 Directory for the the DEM files.
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
 OffsetsX.
double offsetY
 OffsetsY.
long metadataModel
 DEM model.
String userDirectory
 User directory.
long cacheType
 Cache type (DemCacheTypeEnum).
long cacheMaxSize
 CacheMaxSize (measured in MB).
DemMiniTiles miniTiles
 DEM mini tiles configuration.
long geoidComputation
 Geoid computation flag (DemGeoidFlagEnum).
long geoidNumHarmonics
 Number of harmonics to be used in geoid computations.
long nRows
 number of rows (for whole DEM)
long nCols
 number of columns (for whole DEM)
long cellLocation
 cell location (DemCellLocationEnum)
DemRaster demRaster
 Configuration for model DEM GENERIC raster.

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

CacheMaxSize (measured in MB).

Cache type (DemCacheTypeEnum).

cell location (DemCellLocationEnum)

Size in bytes of the data stored in the files.

Data type.

Configuration for model DEM GENERIC raster.

Directory for the the DEM files.

Geoid computation flag (DemGeoidFlagEnum).

Number of harmonics to be used in geoid computations.

DEM mini tiles configuration.

number of columns (for whole DEM)

Altitude at the North pole cell.

number of rows (for whole DEM)

OffsetsX.

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).

OffsetsY.

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 Mon Dec 11 2023 14:48:13 for by doxygen 1.7.1