public class Decoders
extends java.lang.Object
Geometrys.| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<AbstractSqlServerDecoder> |
DECODERS |
| Constructor and Description |
|---|
Decoders() |
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
decode(byte[] raw)
Decodes the SQL Server Geometry object to its JTS Geometry instance
|
static Decoder |
decoderFor(OpenGisType type)
Returns the decoder capable of decoding an object of the specified OpenGisType
|
private static Decoder |
decoderFor(SqlServerGeometry object) |
private static final java.util.List<AbstractSqlServerDecoder> DECODERS
private static Decoder decoderFor(SqlServerGeometry object)
public static Geometry decode(byte[] raw)
raw - public static Decoder decoderFor(OpenGisType type)
type - OpenGisType for which a decoder is returned