Public Member Functions | |
PolygonResult (int num, double perimeter, double area) | |
Public Attributes | |
double | area |
int | num |
double | perimeter |
A container for the results from PolygonArea.
Definition at line 13 of file PolygonResult.java.
|
inline |
Constructor
num | the number of vertices in the polygon. |
perimeter | the perimeter of the polygon or the length of the polyline (meters). |
area | the area of the polygon (meters2). |
Definition at line 34 of file PolygonResult.java.
double net.sf.geographiclib.PolygonResult.area |
The area of the polygon (meters2).
Definition at line 25 of file PolygonResult.java.
int net.sf.geographiclib.PolygonResult.num |
The number of vertices in the polygon
Definition at line 17 of file PolygonResult.java.
double net.sf.geographiclib.PolygonResult.perimeter |
The perimeter of the polygon or the length of the polyline (meters).
Definition at line 21 of file PolygonResult.java.