Uses of Class
org.apache.jena.geosparql.implementation.great_circle.LatLonPoint
Packages that use LatLonPoint
-
Uses of LatLonPoint in org.apache.jena.geosparql.implementation.great_circle
Methods in org.apache.jena.geosparql.implementation.great_circle that return LatLonPointModifier and TypeMethodDescriptionstatic final LatLonPoint
GreatCirclePointDistance.getPoint
(double startLat, double startLon, double distance, double bearing) Lat/Lon Point from start Lat/x,Lon/y following bearing degrees (clockwise from north) and distance (metres).static final LatLonPoint
GreatCirclePointDistance.getPoint
(LatLonPoint startPoint, double distance, double bearing) Lat/Lon Point from start Lat/Lon Point following bearing degrees (clockwise from north) and distance (metres).static final LatLonPoint
GreatCirclePointDistance.radToPoint
(double latRad, double lonRad) Convert Lat/Lon in radians to Point in degrees.
Longitude normalised between -180 and 180.static final LatLonPoint
GreatCirclePointDistance.radToPoint
(double latRad, double lonRad, boolean isNormaliseLon) Convert Lat/Lon in radians to Point in degrees.Methods in org.apache.jena.geosparql.implementation.great_circle with parameters of type LatLonPointModifier and TypeMethodDescriptionstatic final double
Angle.find
(LatLonPoint point1, LatLonPoint point2) Angle in radians with y-axis being 0 in clockwise direction.
LatLon Point may be more useful using Azimuth.static final double
Azimuth.find
(LatLonPoint point1, LatLonPoint point2) Forward azimuth in radians with North being 0 in clockwise direction.static final LatLonPoint
GreatCirclePointDistance.getPoint
(LatLonPoint startPoint, double distance, double bearing) Lat/Lon Point from start Lat/Lon Point following bearing degrees (clockwise from north) and distance (metres).static final double
GreatCircleDistance.haversineFormula
(LatLonPoint point1, LatLonPoint point2) Great circle distance between Lat/Lon Points using Haversine formula.static final double
GreatCircleDistance.vincentyFormula
(LatLonPoint point1, LatLonPoint point2) Great circle distance between Lat/Lon Points using Vincenty formula.