DEIMOS
Earth Observation Mission CFI Software
Lib Software User Manual
for JAVA
ESA

EECFI.GeoDistance Class Reference

Data structure for geodetic distance. More...

List of all members.

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.

Detailed Description

Data structure for geodetic distance.


Constructor & Destructor Documentation

EECFI.GeoDistance.GeoDistance (  ) 

Empty constructor.

EECFI.GeoDistance.GeoDistance ( double  dist,
double  az1,
double  az2 
)

Constructor with parameters.


Member Data Documentation

Azimuth of the geodesic line from point 1 to point 2 (Topocentric CS).

Azimuth of the geodesic line from point 2 to point 1 (Topocentric CS). Note that az2to1 = az1_to_2 + 180 approx.

Geodesic distance between the two input points (EF CS).


Generated on Mon Dec 11 2023 14:48:19 for by doxygen 1.7.1