Package io.jmix.maps.converter.wkt
Class MultiPolygonWKTConverter
java.lang.Object
io.jmix.maps.converter.wkt.MultiPolygonWKTConverter
- All Implemented Interfaces:
- jakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiPolygon,- String> 
public class MultiPolygonWKTConverter
extends Object
implements jakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiPolygon,String> 
Transforms 
MultiPolygon 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.MultiPolygon multiPolygon) org.locationtech.jts.geom.MultiPolygon
- 
Constructor Details- 
MultiPolygonWKTConverterpublic MultiPolygonWKTConverter()
 
- 
- 
Method Details- 
convertToDatabaseColumn- Specified by:
- convertToDatabaseColumnin interface- jakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiPolygon,- String> 
 
- 
convertToEntityAttribute- Specified by:
- convertToEntityAttributein interface- jakarta.persistence.AttributeConverter<org.locationtech.jts.geom.MultiPolygon,- String> 
 
 
-