我正在使用 geotools 库来提取位置信息。有了这个,我得到了一个类型的对象
class com.vividsolutions.jts.geom.MultiPolygon
我现在想通过 jdbc 连接将此字段存储在我的 mysql 表中。当我
pstmtInsert.setObject(4, geoobject)
收到此错误时直接尝试插入它时
Exception in thread "main" com.mysql.jdbc.MysqlDataTruncation: Data truncation: Cannot get geometry object from data you send to the GEOMETRY field