Uses of Class
org.apache.sis.geometry.DirectPosition2D
-
Packages that use DirectPosition2D Package Description org.apache.sis.distance org.apache.sis.geometry Basic geometric objects (envelopes and direct positions). -
-
Uses of DirectPosition2D in org.apache.sis.distance
Methods in org.apache.sis.distance that return DirectPosition2D Modifier and Type Method Description DirectPosition2D[]LatLonPointRadius. getCircularRegionApproximation(int numberOfPoints)Deprecated.Gets the circular region approximation on the earth surface using haversine formula.static DirectPosition2DDistanceUtils. getPointOnGreatCircle(double latitude, double longitude, double d, double bearing)Deprecated.Replaced byGeodeticCalculator.getEndPoint(). -
Uses of DirectPosition2D in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return DirectPosition2D Modifier and Type Method Description DirectPosition2DDirectPosition2D. clone()Returns a clone of this point.DirectPosition2DEnvelope2D. getLowerCorner()The limits in the direction of decreasing coordinate values for the two dimensions.DirectPosition2DEnvelope2D. getUpperCorner()The limits in the direction of increasing coordinate values for the two dimensions.
-