#GeometryCollection
GeometryCollection 的类型映射器(TypeHandler)
2024年05月08日 by emanjusaka 阅读 134 点赞 0GeometryCollection 是 GeoJSON 数据模型中的一个类型,用于表示一个几何对象的集合。MySQL8 中支持了 GeometryCollection 类型,在对数据库和实体类进行对象映射时需要我们自己编写类型映射器来完成映射。
标签:
GeometryCollection
,
Mybatis
,
TypeHandler
发布在
Mybatis
微码:把 GeoJson 转成 GeometryCollection 类型
2024年05月08日 by emanjusaka 阅读 46 点赞 0
标签:
geojson
,
GeometryCollection
发布在
微码