
gu.sql2java.geometry.fastjson.GeometryCollectionCodec Maven / Gradle / Ivy
package gu.sql2java.geometry.fastjson;
import com.vividsolutions.jts.geom.GeometryCollection;
/**
* @author guyadong
* @since 3.18.0
*/
public class GeometryCollectionCodec extends GeometryCodec{
public static final GeometryCollectionCodec INSTANCE = new GeometryCollectionCodec();
public GeometryCollectionCodec() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy