Class SqlServerGeometry
- java.lang.Object
-
- org.geolatte.geom.codec.db.sqlserver.SqlServerGeometry
-
public class SqlServerGeometry extends Object
ASqlServerGeometryrepresents the native SQL Server database object.Instances are created by deserializing the byte array returned in the JDBC result set. They present the structure of the SQL Server Geometry object as specified in Microsoft SQL Server CLR Types Serialization Formats .
- Author:
- Karel Maesen, Geovise BVBA.
-
-
Field Summary
Fields Modifier and Type Field Description static byteSUPPORTED_VERSION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SqlServerGeometrydeserialize(byte[] bytes)static byte[]serialize(SqlServerGeometry sqlServerGeom)
-
-
-
Field Detail
-
SUPPORTED_VERSION
public static final byte SUPPORTED_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
serialize
public static byte[] serialize(SqlServerGeometry sqlServerGeom)
-
deserialize
public static SqlServerGeometry deserialize(byte[] bytes)
-
-