Package org.elasticsearch.common.geo
Class GeometryIO
- java.lang.Object
-
- org.elasticsearch.common.geo.GeometryIO
-
public final class GeometryIO extends Object
Utility class for binary serializtion/deserialization of libs/geo classes
-
-
Constructor Summary
Constructors Constructor Description GeometryIO()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometryreadGeometry(StreamInput in)static voidwriteGeometry(StreamOutput out, Geometry geometry)
-
-
-
Method Detail
-
writeGeometry
public static void writeGeometry(StreamOutput out, Geometry geometry) throws IOException
- Throws:
IOException
-
readGeometry
public static Geometry readGeometry(StreamInput in) throws IOException
- Throws:
IOException
-
-