|
Earth Observation Mission CFI Software Visibility Software User Manual for JAVA |
|
Swath point container. More...
Public Member Functions | |
| SwathPoint () | |
| Empty Class constructor. | |
| SwathPoint (double longitude, double latitude, double altitude) | |
| Parameter class constructor. | |
| SwathPoint (SwathPoint point) | |
| Copy constructor. | |
Public Attributes | |
| double | lon |
| Longitude [deg]. | |
| double | lat |
| Latitude [deg]. | |
| double | alt |
| Altitude [deg]. | |
Swath point container.
| EECFI.SwathPoint.SwathPoint | ( | ) |
Empty Class constructor.
| EECFI.SwathPoint.SwathPoint | ( | double | longitude, | |
| double | latitude, | |||
| double | altitude | |||
| ) |
Parameter class constructor.
| EECFI.SwathPoint.SwathPoint | ( | SwathPoint | point | ) |
Copy constructor.
| double EECFI.SwathPoint.alt |
Altitude [deg].
| double EECFI.SwathPoint.lat |
Latitude [deg].
| double EECFI.SwathPoint.lon |
Longitude [deg].
1.7.1