Package org.elasticsearch.common.geo
Class GeometryIO
java.lang.Object
org.elasticsearch.common.geo.GeometryIO
Utility class for binary serializtion/deserialization of libs/geo classes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.elasticsearch.geometry.Geometry
static void
writeGeometry(StreamOutput out, org.elasticsearch.geometry.Geometry geometry)
-
Constructor Details
-
GeometryIO
public GeometryIO()
-
-
Method Details
-
writeGeometry
public static void writeGeometry(StreamOutput out, org.elasticsearch.geometry.Geometry geometry) throws IOException- Throws:
IOException
-
readGeometry
- Throws:
IOException
-