Class 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.Geometry deserialize​(io.airlift.slice.Slice shape)  
      static io.airlift.slice.Slice serialize​(org.locationtech.jts.geom.Geometry geometry)
      Serialize JTS Geometry shape into an ESRI shape
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • deserialize

        public static org.locationtech.jts.geom.Geometry deserialize​(io.airlift.slice.Slice shape)
      • serialize

        public static io.airlift.slice.Slice serialize​(org.locationtech.jts.geom.Geometry geometry)
        Serialize JTS Geometry shape into an ESRI shape