@groovy.transform.CompileStatic @groovy.transform.EqualsAndHashCode class MultiPoint extends Shape implements GeoJSON
Represents a GeoJSON MultiPoint. See http://geojson.org/geojson-spec.html#multipoint Note: Requires MongoDB 2.6 or above
Constructor and description |
---|
MultiPoint(Point[] positions) |
MultiPoint(Point a, Point b) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<java.util.List<java.lang.Double>> |
asList() |
|
java.lang.String |
toString() |
|
static MultiPoint |
valueOf(java.util.List coords) |
Groovy Documentation