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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvertToDatabaseColumn(org.locationtech.jts.geom.MultiLineString multiLineString) org.locationtech.jts.geom.MultiLineString
- 
Constructor Details- 
MultiLineStringWKTConverterpublic MultiLineStringWKTConverter()
 
- 
- 
Method Details- 
convertToDatabaseColumn- Specified by:
- convertToDatabaseColumnin interface- jakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiLineString,- String> 
 
- 
convertToEntityAttribute- Specified by:
- convertToEntityAttributein interface- jakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiLineString,- String> 
 
 
-