Package io.prestosql.geospatial.serde
Class JtsGeometrySerde
- java.lang.Object
-
- io.prestosql.geospatial.serde.JtsGeometrySerde
-
public final class JtsGeometrySerde extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.Geometrydeserialize(io.airlift.slice.Slice shape)static io.airlift.slice.Sliceserialize(org.locationtech.jts.geom.Geometry geometry)Serialize JTSGeometryshape into an ESRI shape
-