public class MultiPolygon extends Object implements Geometry
GeoJson.multiPolygon method.GeoJson.multiPolygon(Polygon...)| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Polygon> |
getCoordinates()
Returns a list of coordinates for this Geometry type.
|
int |
hashCode() |
String |
toString() |
public List<Polygon> getCoordinates()
GeometrygetCoordinates in interface Geometry