public class Encoders
extends java.lang.Object
Geometry to a byte-array.| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<AbstractSqlServerEncoder> |
ENCODERS |
| Constructor and Description |
|---|
Encoders() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
encode(Geometry<?> geom) |
static Encoder<SqlServerGeometry> |
encoderFor(Geometry<?> geom) |
private static final java.util.List<AbstractSqlServerEncoder> ENCODERS
public static Encoder<SqlServerGeometry> encoderFor(Geometry<?> geom)
public static byte[] encode(Geometry<?> geom)