Uses of Class
net.sf.geographiclib.Geodesic
-
-
Uses of Geodesic in net.sf.geographiclib
Fields in net.sf.geographiclib declared as Geodesic Modifier and Type Field Description static Geodesic
Geodesic. WGS84
A global instantiation of Geodesic with the parameters for the WGS84 ellipsoid.Constructors in net.sf.geographiclib with parameters of type Geodesic Constructor Description GeodesicLine(Geodesic g, double lat1, double lon1, double azi1)
Constructor for a geodesic line staring at latitude lat1, longitude lon1, and azimuth azi1 (all in degrees).GeodesicLine(Geodesic g, double lat1, double lon1, double azi1, int caps)
Constructor for a geodesic line staring at latitude lat1, longitude lon1, and azimuth azi1 (all in degrees) with a subset of the capabilities included.Gnomonic(Geodesic earth)
Constructor for Gnomonic.PolygonArea(Geodesic earth, boolean polyline)
Constructor for PolygonArea.
-