Class GeometryIO


  • public final class GeometryIO
    extends java.lang.Object
    Utility class for binary serializtion/deserialization of libs/geo classes
    • Constructor Summary

      Constructors 
      Constructor Description
      GeometryIO()  
    • Method Summary

      Modifier and Type Method Description
      static Geometry readGeometry​(StreamInput in)  
      static void writeGeometry​(StreamOutput out, Geometry geometry)  
      • Methods inherited from class java.lang.Object

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

      • GeometryIO

        public GeometryIO()
    • Method Detail

      • writeGeometry

        public static void writeGeometry​(StreamOutput out,
                                         Geometry geometry)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • readGeometry

        public static Geometry readGeometry​(StreamInput in)
                                     throws java.io.IOException
        Throws:
        java.io.IOException