java.lang.Object
org.elasticsearch.geometry.utils.WellKnownBinary
Utility class for converting
Geometry to and from WKB-
Method Summary
Modifier and TypeMethodDescriptionstatic GeometryfromWKB(GeometryValidator validator, boolean coerce, byte[] wkb) Reads aGeometryfrom the given WKB byte array.static GeometryfromWKB(GeometryValidator validator, boolean coerce, byte[] wkb, int offset, int length) Reads aGeometryfrom the given WKB byte array with offset.static byte[]
-
Method Details
-
toWKB
-
fromWKB
Reads aGeometryfrom the given WKB byte array. -
fromWKB
public static Geometry fromWKB(GeometryValidator validator, boolean coerce, byte[] wkb, int offset, int length) Reads aGeometryfrom the given WKB byte array with offset.
-