|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for reading DEM files. More...
Public Member Functions | |
| DemFile () | |
| Constructor. | |
| DemFile (final String fileNam) | |
| Constructor by name. | |
| native void | read (DemConfFile demConfFile) throws CfiError |
| Read the data block and store it in object. | |
Public Attributes | |
| long | numPointsX |
| | |
| long | numPointsY |
| | |
| DemPoint[][] | point |
| | |
Class for reading DEM files.
| EECFI.DemFile.DemFile | ( | ) |
Constructor.
| EECFI.DemFile.DemFile | ( | final String | fileNam | ) |
Constructor by name.
| void EECFI.DemFile::read | ( | DemConfFile | demConfFile | ) | throws CfiError |
Read the data block and store it in object.
| demConfFile | DEM configuration file. |
1.7.1