Uses of Class
net.sf.geographiclib.PolygonResult
-
-
Uses of PolygonResult in net.sf.geographiclib
Methods in net.sf.geographiclib that return PolygonResult Modifier and Type Method Description PolygonResult
PolygonArea. Compute()
Return the results so far.PolygonResult
PolygonArea. Compute(boolean reverse, boolean sign)
Return the results so far.PolygonResult
PolygonArea. TestEdge(double azi, double s, boolean reverse, boolean sign)
Return the results assuming a tentative final test point is added via an azimuth and distance; however, the data for the test point is not saved.PolygonResult
PolygonArea. TestPoint(double lat, double lon, boolean reverse, boolean sign)
Return the results assuming a tentative final test point is added; however, the data for the test point is not saved.
-