public final class PolygonCoordinates extends Object
Constructor and Description |
---|
PolygonCoordinates(List<Position> exterior,
List<Position>... holes)
Construct an instance.
|
Modifier and Type | Method and 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() |