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