|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hibernate.spatial.dialect.sqlserver.convertors.Decoders
public class Decoders
Decodes SQL Server Geometry objects to JTS Geometrys.
| Constructor Summary | |
|---|---|
Decoders()
|
|
| Method Summary | |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
decode(byte[] raw)
Decodes the SQL Server Geometry object to its JTS Geometry instance |
static Decoder<? extends com.vividsolutions.jts.geom.Geometry> |
decoderFor(OpenGisType type)
Returns the decoder capable of decoding an object of the specified OpenGisType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Decoders()
| Method Detail |
|---|
public static com.vividsolutions.jts.geom.Geometry decode(byte[] raw)
raw -
public static Decoder<? extends com.vividsolutions.jts.geom.Geometry> decoderFor(OpenGisType type)
type - OpenGisType for which a decoder is returned
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||