| Modifier and Type | Method and Description |
|---|---|
GeodesicData |
Geodesic.ArcDirect(double lat1,
double lon1,
double azi1,
double a12)
Solve the direct geodesic problem where the length of the geodesic
is specified in terms of arc length.
|
GeodesicData |
Geodesic.ArcDirect(double lat1,
double lon1,
double azi1,
double a12,
int outmask)
Solve the direct geodesic problem where the length of the geodesic is
specified in terms of arc length and with a subset of the geodesic results
returned.
|
GeodesicData |
GeodesicLine.ArcPosition(double a12)
Compute the position of point 2 which is an arc length a12
(degrees) from point 1.
|
GeodesicData |
GeodesicLine.ArcPosition(double a12,
int outmask)
Compute the position of point 2 which is an arc length a12
(degrees) from point 1 and with a subset of the geodesic results returned.
|
GeodesicData |
Geodesic.Direct(double lat1,
double lon1,
double azi1,
boolean arcmode,
double s12_a12,
int outmask)
The general direct geodesic problem.
|
GeodesicData |
Geodesic.Direct(double lat1,
double lon1,
double azi1,
double s12)
Solve the direct geodesic problem where the length of the geodesic
is specified in terms of distance.
|
GeodesicData |
Geodesic.Direct(double lat1,
double lon1,
double azi1,
double s12,
int outmask)
Solve the direct geodesic problem where the length of the geodesic is
specified in terms of distance and with a subset of the geodesic results
returned.
|
GeodesicData |
Geodesic.Inverse(double lat1,
double lon1,
double lat2,
double lon2)
Solve the inverse geodesic problem.
|
GeodesicData |
Geodesic.Inverse(double lat1,
double lon1,
double lat2,
double lon2,
int outmask)
Solve the inverse geodesic problem with a subset of the geodesic results
returned.
|
GeodesicData |
GeodesicLine.Position(boolean arcmode,
double s12_a12,
int outmask)
The general position function.
|
GeodesicData |
GeodesicLine.Position(double s12)
Compute the position of point 2 which is a distance s12 (meters)
from point 1.
|
GeodesicData |
GeodesicLine.Position(double s12,
int outmask)
Compute the position of point 2 which is a distance s12 (meters)
from point 1 and with a subset of the geodesic results returned.
|
Copyright © 2015. All Rights Reserved.