public class GeodesicMask extends Object
These masks do double duty. They specify (via the outmask parameter)
which results to return in the GeodesicData object returned by the
general routines Geodesic.Direct and Geodesic.Inverse routines. They also signify (via the caps
parameter) to the GeodesicLine.GeodesicLine constructor and to Geodesic.Line what capabilities
should be included in the GeodesicLine object.
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
All capabilities, calculate everything.
|
static int |
AREA
Calculate area S12.
|
static int |
AZIMUTH
Calculate azimuths azi1 and azi2.
|
static int |
DISTANCE
Calculate distance s12.
|
static int |
DISTANCE_IN
Allow distance s12 to be used as input in the direct
geodesic problem.
|
static int |
GEODESICSCALE
Calculate geodesic scales M12 and M21.
|
static int |
LATITUDE
Calculate latitude lat2.
|
static int |
LONG_UNROLL
Unroll lon2.
|
static int |
LONGITUDE
Calculate longitude lon2.
|
static int |
NONE
No capabilities, no output.
|
static int |
REDUCEDLENGTH
Calculate reduced length m12.
|
static int |
STANDARD
All of the above, the "standard" output and capabilities.
|
| Constructor and Description |
|---|
GeodesicMask() |
public static final int NONE
public static final int LATITUDE
GeodesicLine because this is included by default.)public static final int LONGITUDE
public static final int AZIMUTH
GeodesicLine because this is
included by default.)public static final int DISTANCE
public static final int STANDARD
public static final int DISTANCE_IN
public static final int REDUCEDLENGTH
public static final int GEODESICSCALE
public static final int AREA
public static final int ALL
public static final int LONG_UNROLL
Copyright © 2017. All Rights Reserved.