|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.spatial.dialect.sqlserver.convertors.Encoders
public class Encoders
Serializes a JTS Geometry
to a byte-array.
Constructor Summary | |
---|---|
Encoders()
|
Method Summary | ||
---|---|---|
static
|
encode(T geom)
|
|
static Encoder<? extends com.vividsolutions.jts.geom.Geometry> |
encoderFor(com.vividsolutions.jts.geom.Geometry geom)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Encoders()
Method Detail |
---|
public static Encoder<? extends com.vividsolutions.jts.geom.Geometry> encoderFor(com.vividsolutions.jts.geom.Geometry geom)
public static <T extends com.vividsolutions.jts.geom.Geometry> byte[] encode(T geom)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |