Loading...
Searching...
No Matches
com.navigine.idl.java.Polygon Class Reference

A polygon with specified list of points. More...

Public Member Functions

 Polygon (ArrayList< Point > points)
 Default constructor for class Polygon.
 
ArrayList< PointgetPoints ()
 Ring specifying the area.
 
String toString ()
 

Detailed Description

A polygon with specified list of points.

Definition at line 16 of file Polygon.java.

Constructor & Destructor Documentation

◆ Polygon()

com.navigine.idl.java.Polygon.Polygon ( ArrayList< Point > points)
inline

Default constructor for class Polygon.

Definition at line 24 of file Polygon.java.

Member Function Documentation

◆ getPoints()

ArrayList< Point > com.navigine.idl.java.Polygon.getPoints ( )
inline

Ring specifying the area.

Returns

Definition at line 32 of file Polygon.java.

◆ toString()

String com.navigine.idl.java.Polygon.toString ( )
inline

Definition at line 37 of file Polygon.java.


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