|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Class for reading DEM files. More...
Public Member Functions | |
| DemFile () | |
| Empty constructor. | |
| DemFile (const string fileNam) | |
| Constructor with file name. | |
| ~DemFile () | |
| Destructor. | |
| void | read (DemConfFile &demConfFile) throw (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 | ( | ) |
Empty constructor.
References EECFI::EEFile::fileType, numPointsX, numPointsY, and point.
| EECFI::DemFile::DemFile | ( | const string | fileNam | ) |
Constructor with file name.
References numPointsX, numPointsY, and point.
| EECFI::DemFile::~DemFile | ( | ) |
Destructor.
References EECFI::EEFile::fixedHeader, numPointsX, and point.
| void EECFI::DemFile::read | ( | DemConfFile & | demConfFile | ) | throw (CfiError) |
Read the data block and store it in object.
| demConfFile | DEM configuration file. |
Referenced by DemFile(), and ~DemFile().
Referenced by DemFile().
Referenced by DemFile(), and ~DemFile().
1.7.1