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