Package org.elasticsearch.geometry.utils
Class WellKnownBinary
java.lang.Object
org.elasticsearch.geometry.utils.WellKnownBinary
Utility class for converting
Geometry
to and from WKB-
Method Summary
-
Method Details
-
toWKB
- Throws:
IOException
-
fromWKB
public static Geometry fromWKB(GeometryValidator validator, boolean coerce, byte[] wkb) throws IOException Reads aGeometry
from the given WKB byte array.- Throws:
IOException
-