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