Uses of Class
org.locationtech.proj4j.geodesic.GeodesicLine
Packages that use GeodesicLine
-
Uses of GeodesicLine in org.locationtech.proj4j.geodesic
Methods in org.locationtech.proj4j.geodesic that return GeodesicLineModifier and TypeMethodDescriptionGeodesic.ArcDirectLine
(double lat1, double lon1, double azi1, double a12) Define aGeodesicLine
in terms of the direct geodesic problem specified in terms of arc length with all capabilities included.Geodesic.ArcDirectLine
(double lat1, double lon1, double azi1, double a12, int caps) Define aGeodesicLine
in terms of the direct geodesic problem specified in terms of arc length with a subset of the capabilities included.Geodesic.DirectLine
(double lat1, double lon1, double azi1, double s12) Define aGeodesicLine
in terms of the direct geodesic problem specified in terms of distance with all capabilities included.Geodesic.DirectLine
(double lat1, double lon1, double azi1, double s12, int caps) Define aGeodesicLine
in terms of the direct geodesic problem specified in terms of distance with a subset of the capabilities included.Geodesic.GenDirectLine
(double lat1, double lon1, double azi1, boolean arcmode, double s12_a12, int caps) Define aGeodesicLine
in terms of the direct geodesic problem specified in terms of either distance or arc length with a subset of the capabilities included.Geodesic.InverseLine
(double lat1, double lon1, double lat2, double lon2) Define aGeodesicLine
in terms of the inverse geodesic problem with all capabilities included.Geodesic.InverseLine
(double lat1, double lon1, double lat2, double lon2, int caps) Define aGeodesicLine
in terms of the inverse geodesic problem with a subset of the capabilities included.Geodesic.Line
(double lat1, double lon1, double azi1) Set up to compute several points on a single geodesic with all capabilities included.Geodesic.Line
(double lat1, double lon1, double azi1, int caps) Set up to compute several points on a single geodesic with a subset of the capabilities included.