@CompileStatic @EqualsAndHashCode class MultiPolygon extends Shape implements GeoJSON
Represents a GeoJSON MultiPolygon. See http://geojson.org/geojson-spec.html#multipolygon Note: Requires MongoDB 2.6 or above
| Constructor and description |
|---|
MultiPolygon(Polygon[] polygons) |
MultiPolygon(List<Polygon> polygons) |
Groovy Documentation