public class MultiPolygon
extends java.lang.Object
| Constructor and Description |
|---|
MultiPolygon() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Polygon polygon) |
java.util.List<Polygon> |
getPolygons() |
void |
remove()
Remove from the map
|
void |
setPolygons(java.util.List<Polygon> polygons) |