|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
DEM point class. More...
Public Member Functions | |
| DemPoint () | |
| Empty constructor. | |
| DemPoint (double longitude, double latitude, double altitude) | |
| Constructor with parameters. | |
Public Attributes | |
| double | lon |
| Longitude. | |
| double | lat |
| Latitude. | |
| double | alt |
| Altitude. | |
DEM point class.
| EECFI::DemPoint::DemPoint | ( | ) | [inline] |
Empty constructor.
| EECFI::DemPoint::DemPoint | ( | double | longitude, | |
| double | latitude, | |||
| double | altitude | |||
| ) | [inline] |
Constructor with parameters.
| double EECFI::DemPoint::alt |
Altitude.
| double EECFI::DemPoint::lat |
Latitude.
| double EECFI::DemPoint::lon |
Longitude.
1.7.1