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