public final class PolygonCoordinates extends Object
Constructor | Description |
---|---|
PolygonCoordinates(List<Position> exterior,
List<Position>... holes) |
Construct an instance.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
List<Position> |
getExterior() |
Gets the exterior of the polygon.
|
List<List<Position>> |
getHoles() |
Gets the holes in the polygon.
|
int |
hashCode() |
|
String |
toString() |