public class WKBEncoder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
WKBEncoder.wkbByteOrder |
static interface |
WKBEncoder.wkbGeometryType |
| Constructor and Description |
|---|
WKBEncoder() |
public byte[] encode(Geometry geometry) throws GeometryTypeNotSupportedException, WKBEncodingException, java.io.IOException
GeometryTypeNotSupportedExceptionWKBEncodingExceptionjava.io.IOExceptionpublic void encode(Geometry geometry, java.io.ByteArrayOutputStream stream) throws GeometryTypeNotSupportedException, WKBEncodingException, java.io.IOException
GeometryTypeNotSupportedExceptionWKBEncodingExceptionjava.io.IOExceptionpublic void encode(Geometry geometry, java.io.DataOutputStream stream) throws GeometryTypeNotSupportedException, WKBEncodingException, java.io.IOException
GeometryTypeNotSupportedExceptionWKBEncodingExceptionjava.io.IOException