|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Public Member Functions | |
| SwathGeometry () | |
| Empty constructor. | |
| SwathGeometry (long geomType, double azim, double elevat, double alt, double dist) | |
| Constructor with parameters. | |
Public Attributes | |
| long | geometryType |
| Geometry type (GeomTypeEnum). | |
| double | azimuth |
| Azimuth. | |
| double | elevation |
| Elevation. | |
| double | altitude |
| Altitude. | |
| double | distance |
| Distance. | |
Swath geometry data.
| EECFI::SwathGeometry::SwathGeometry | ( | ) | [inline] |
Empty constructor.
| EECFI::SwathGeometry::SwathGeometry | ( | long | geomType, | |
| double | azim, | |||
| double | elevat, | |||
| double | alt, | |||
| double | dist | |||
| ) | [inline] |
Constructor with parameters.
Altitude.
Azimuth.
Distance.
Elevation.
Geometry type (GeomTypeEnum).
1.7.1