Public Member Functions | Public Attributes | List of all members
net.sf.geographiclib.PolygonResult Class Reference

Public Member Functions

 PolygonResult (int num, double perimeter, double area)
 

Public Attributes

double area
 
int num
 
double perimeter
 

Detailed Description

A container for the results from PolygonArea.

Definition at line 13 of file PolygonResult.java.

Constructor & Destructor Documentation

◆ PolygonResult()

net.sf.geographiclib.PolygonResult.PolygonResult ( int  num,
double  perimeter,
double  area 
)
inline

Constructor

Parameters
numthe number of vertices in the polygon.
perimeterthe perimeter of the polygon or the length of the polyline (meters).
areathe area of the polygon (meters2).

Definition at line 34 of file PolygonResult.java.

Member Data Documentation

◆ area

double net.sf.geographiclib.PolygonResult.area

The area of the polygon (meters2).

Definition at line 25 of file PolygonResult.java.

◆ num

int net.sf.geographiclib.PolygonResult.num

The number of vertices in the polygon

Definition at line 17 of file PolygonResult.java.

◆ perimeter

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.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Mon Jul 1 2024 03:15:17