class ShapeType extends GeoJSONType<Shape>
Custom type for persisting the Shape type
| Type | Name and description |
|---|---|
static java.util.Map<java.lang.String, java.lang.Class> |
geoJsonTypeMap |
| Constructor and description |
|---|
ShapeType() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Shape |
createFromCoords(java.util.List coords) |
|
protected Shape |
readInternal(PersistentProperty property, java.lang.String key, Document nativeSource) |
|
protected java.lang.Object |
writeInternal(PersistentProperty property, java.lang.String key, Shape value, Document nativeTarget) |
Groovy Documentation