public class GeodesicData extends Object
Geodesic.Direct and Geodesic.Inverse and it
always includes the field a12.| Modifier and Type | Field and Description |
|---|---|
double |
a12
arc length on the auxiliary sphere between point 1 and point 2
(degrees).
|
double |
azi1
azimuth at point 1 (degrees).
|
double |
azi2
azimuth at point 2 (degrees).
|
double |
lat1
latitude of point 1 (degrees).
|
double |
lat2
latitude of point 2 (degrees).
|
double |
lon1
longitude of point 1 (degrees).
|
double |
lon2
longitude of point 2 (degrees).
|
double |
m12
reduced length of geodesic (meters).
|
double |
M12
geodesic scale of point 2 relative to point 1 (dimensionless).
|
double |
M21
geodesic scale of point 1 relative to point 2 (dimensionless).
|
double |
s12
distance between point 1 and point 2 (meters).
|
double |
S12
area under the geodesic (meters2).
|
| Constructor and Description |
|---|
GeodesicData()
Initialize all the fields to Double.NaN.
|
public double lat1
public double lon1
public double azi1
public double lat2
public double lon2
public double azi2
public double s12
public double a12
public double m12
public double M12
public double M21
public double S12
Copyright © 2017. All Rights Reserved.