|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
DEM point class. More...
Public Member Functions | |
| DemPoint () | |
| Constructor. | |
| DemPoint (final double longitude, final double latitude, final double altitude) | |
| Constructor with parameters. | |
Public Attributes | |
| double | lon |
| | |
| double | lat |
| | |
| double | alt |
| | |
DEM point class.
| EECFI.DemPoint.DemPoint | ( | ) |
Constructor.
| EECFI.DemPoint.DemPoint | ( | final double | longitude, | |
| final double | latitude, | |||
| final double | altitude | |||
| ) |
Constructor with parameters.
| double EECFI.DemPoint.alt |
| double EECFI.DemPoint.lat |
| double EECFI.DemPoint.lon |
1.7.1