|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Data structure for geodetic distance. More...
Public Member Functions | |
| GeoDistance () | |
| Empty constructor. | |
| GeoDistance (double dist, double az1, double az2) | |
| Constructor with parameters. | |
Public Attributes | |
| double | distance |
| Geodesic distance between the two input points (EF CS). | |
| double | az1to2 |
| Azimuth of the geodesic line from point 1 to point 2 (Topocentric CS). | |
| double | az2to1 |
| Azimuth of the geodesic line from point 2 to point 1 (Topocentric CS). Note that az2to1 = az1_to_2 + 180 approx. | |
Data structure for geodetic distance.
| EECFI.GeoDistance.GeoDistance | ( | ) |
Empty constructor.
| EECFI.GeoDistance.GeoDistance | ( | double | dist, | |
| double | az1, | |||
| double | az2 | |||
| ) |
Constructor with parameters.
| double EECFI.GeoDistance.az1to2 |
Azimuth of the geodesic line from point 1 to point 2 (Topocentric CS).
| double EECFI.GeoDistance.az2to1 |
Azimuth of the geodesic line from point 2 to point 1 (Topocentric CS). Note that az2to1 = az1_to_2 + 180 approx.
| double EECFI.GeoDistance.distance |
Geodesic distance between the two input points (EF CS).
1.7.1