@groovy.transform.CompileStatic class LineStringType extends GeoJSONType<LineString>
Adds support for the LineStringType type to GORM for MongoDB
| Constructor and description |
|---|
LineStringType() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
LineString |
createFromCoords(java.util.List<java.util.List<java.lang.Double>> coords) |