Package io.jmix.maps.converter.wkt
Class MultiPointWKTConverter
java.lang.Object
io.jmix.maps.converter.wkt.MultiPointWKTConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<org.locationtech.jts.geom.MultiPoint,
String>
public class MultiPointWKTConverter
extends Object
implements javax.persistence.AttributeConverter<org.locationtech.jts.geom.MultiPoint,String>
Transforms
MultiPoint
datatype into WKT (Well-known Text) representation that persists as a text and vice versa.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn
(org.locationtech.jts.geom.MultiPoint multiPoint) org.locationtech.jts.geom.MultiPoint
-
Constructor Details
-
MultiPointWKTConverter
public MultiPointWKTConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumn
in interfacejavax.persistence.AttributeConverter<org.locationtech.jts.geom.MultiPoint,
String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttribute
in interfacejavax.persistence.AttributeConverter<org.locationtech.jts.geom.MultiPoint,
String>
-