package com.yb.postgis; import org.locationtech.jts.geom.Point; import org.apache.ibatis.type.MappedTypes; /** * Point的类型转换器 * * @author wangrubin1 * @date 2022-08-19 */ @MappedTypes({Point.class}) public class PointTypeHandler extends AbstractGeometryTypeHandler { }