- a12 - Variable in class net.sf.geographiclib.GeodesicData
-
arc length on the auxiliary sphere between point 1 and point 2
(degrees).
- Accumulator - Class in net.sf.geographiclib
-
An accumulator for sums.
- Accumulator(double) - Constructor for class net.sf.geographiclib.Accumulator
-
Construct from a double.
- Accumulator(Accumulator) - Constructor for class net.sf.geographiclib.Accumulator
-
Construct from another Accumulator.
- Add(double) - Method in class net.sf.geographiclib.Accumulator
-
Add a number to the accumulator.
- AddEdge(double, double) - Method in class net.sf.geographiclib.PolygonArea
-
Add an edge to the polygon or polyline.
- AddPoint(double, double) - Method in class net.sf.geographiclib.PolygonArea
-
Add a point to the polygon or polyline.
- ALL - Static variable in class net.sf.geographiclib.GeodesicMask
-
All capabilities, calculate everything.
- AngDiff(double, double) - Static method in class net.sf.geographiclib.GeoMath
-
Difference of two angles reduced to [−180°, 180°]
- AngNormalize(double) - Static method in class net.sf.geographiclib.GeoMath
-
Normalize an angle (restricted input range).
- AngRound(double) - Static method in class net.sf.geographiclib.GeoMath
-
- ArcDirect(double, double, double, double) - Method in class net.sf.geographiclib.Geodesic
-
Solve the direct geodesic problem where the length of the geodesic
is specified in terms of arc length.
- ArcDirect(double, double, double, double, int) - Method in class net.sf.geographiclib.Geodesic
-
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.
- ArcPosition(double) - Method in class net.sf.geographiclib.GeodesicLine
-
Compute the position of point 2 which is an arc length a12
(degrees) from point 1.
- ArcPosition(double, int) - Method in class net.sf.geographiclib.GeodesicLine
-
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.
- AREA - Static variable in class net.sf.geographiclib.GeodesicMask
-
Calculate area S12.
- area - Variable in class net.sf.geographiclib.PolygonResult
-
The area of the polygon (meters2).
- atan2d(double, double) - Static method in class net.sf.geographiclib.GeoMath
-
Evaluate the atan2 function with the result in degrees
- atanh(double) - Static method in class net.sf.geographiclib.GeoMath
-
The inverse hyperbolic tangent function.
- azi1 - Variable in class net.sf.geographiclib.GeodesicData
-
azimuth at point 1 (degrees).
- azi2 - Variable in class net.sf.geographiclib.GeodesicData
-
azimuth at point 2 (degrees).
- Azimuth() - Method in class net.sf.geographiclib.GeodesicLine
-
- AZIMUTH - Static variable in class net.sf.geographiclib.GeodesicMask
-
Calculate azimuths azi1 and azi2.