Class GeometryIO

org.elasticsearch.common.geo.GeometryIO

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.elasticsearch.geometry.Geometry
     
    static void
    writeGeometry​(StreamOutput out, org.elasticsearch.geometry.Geometry geometry)
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • GeometryIO

      public GeometryIO()
  • Method Details

    • writeGeometry

      public static void writeGeometry(StreamOutput out, org.elasticsearch.geometry.Geometry geometry) throws
      Throws:
    • readGeometry

      public static org.elasticsearch.geometry.Geometry readGeometry(StreamInput in) throws
      Throws: