public class WKBParser3 extends Object
Constructor and Description |
---|
WKBParser3() |
Modifier and Type | Method and Description |
---|---|
Geometry |
parse(byte[] value)
Parse a binary encoded geometry.
|
protected Geometry |
parseGeometry(ByteBuffer data)
Parse a geometry starting at offset.
|
protected int |
parseTypeAndSRID(ByteBuffer data) |
public Geometry parse(byte[] value) throws CreateGeometryException
CreateGeometryException
protected Geometry parseGeometry(ByteBuffer data) throws CreateGeometryException
CreateGeometryException
protected int parseTypeAndSRID(ByteBuffer data)