Uses of Class
org.locationtech.proj4j.geodesic.Geodesic
-
Packages that use Geodesic Package Description org.locationtech.proj4j.geodesic org.locationtech.proj4j.proj -
-
Uses of Geodesic in org.locationtech.proj4j.geodesic
Fields in org.locationtech.proj4j.geodesic declared as Geodesic Modifier and Type Field Description static Geodesic
Geodesic. WGS84
A global instantiation of Geodesic with the parameters for the WGS84 ellipsoid.Methods in org.locationtech.proj4j.geodesic with parameters of type Geodesic Modifier and Type Method Description private void
GeodesicLine. LineInit(Geodesic g, double lat1, double lon1, double azi1, double salp1, double calp1, int caps, Pair p)
Constructors in org.locationtech.proj4j.geodesic 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, double salp1, double calp1, int caps, boolean arcmode, double s13_a13)
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. -
Uses of Geodesic in org.locationtech.proj4j.proj
Fields in org.locationtech.proj4j.proj declared as Geodesic Modifier and Type Field Description private Geodesic
EquidistantAzimuthalProjection. geodesic
-