public class PolygonResult extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
area
The area of the polygon (meters2).
|
int |
num
The number of vertices in the polygon
|
double |
perimeter
The perimeter of the polygon or the length of the polyline (meters).
|
| Constructor and Description |
|---|
PolygonResult(int num,
double perimeter,
double area)
Constructor
|
Copyright © 2017. All Rights Reserved.