public interface Polygon extends Shape
| Modifier and Type | Method and Description | 
|---|---|
int | 
getNumOfPoints()
Returns the number of points within the polygon 
 | 
double | 
getX(int index)
Gets the X coordinate of the point in the specified index. 
 | 
double | 
getY(int index)
Gets the Y coordinate of the point in the specified index. 
 | 
int getNumOfPoints()
double getX(int index)
double getY(int index)
Copyright © GigaSpaces.