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 PolygonResultPolygonArea. Compute()Return the results so far.PolygonResultPolygonArea. Compute(boolean reverse, boolean sign)Return the results so far.PolygonResultPolygonArea. 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.PolygonResultPolygonArea. 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.
-