Uses of Class
net.sf.geographiclib.Geodesic
- 
Uses of Geodesic in net.sf.geographiclibFields in net.sf.geographiclib declared as GeodesicModifier and TypeFieldDescriptionstatic final GeodesicGeodesic.WGS84A global instantiation of Geodesic with the parameters for the WGS84 ellipsoid.Constructors in net.sf.geographiclib with parameters of type GeodesicModifierConstructorDescriptionGeodesicLine(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.Constructor for Gnomonic.PolygonArea(Geodesic earth, boolean polyline) Constructor for PolygonArea.