Package io.jmix.maps.converter.wkt
Class MultiLineStringWKTConverter
java.lang.Object
io.jmix.maps.converter.wkt.MultiLineStringWKTConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiLineString,
String>
public class MultiLineStringWKTConverter
extends Object
implements jakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiLineString,String>
Transforms
MultiLineString
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.MultiLineString multiLineString) org.locationtech.jts.geom.MultiLineString
-
Constructor Details
-
MultiLineStringWKTConverter
public MultiLineStringWKTConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumn
in interfacejakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiLineString,
String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttribute
in interfacejakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiLineString,
String>
-