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 LatLonPointGreatCirclePointDistance.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 LatLonPointGreatCirclePointDistance.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 LatLonPointGreatCirclePointDistance.radToPoint(double latRad, double lonRad) Convert Lat/Lon in radians to Point in degrees.
Longitude normalised between -180 and 180.static final LatLonPointGreatCirclePointDistance.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 doubleAngle.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 doubleAzimuth.find(LatLonPoint point1, LatLonPoint point2) Forward azimuth in radians with North being 0 in clockwise direction.static final LatLonPointGreatCirclePointDistance.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 doubleGreatCircleDistance.haversineFormula(LatLonPoint point1, LatLonPoint point2) Great circle distance between Lat/Lon Points using Haversine formula.static final doubleGreatCircleDistance.vincentyFormula(LatLonPoint point1, LatLonPoint point2) Great circle distance between Lat/Lon Points using Vincenty formula.