public class SqlServerGeometry extends Object
SqlServerGeometry
represents 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 .
Modifier and Type | Field and Description |
---|---|
static byte |
SUPPORTED_VERSION |
Modifier and Type | Method and Description |
---|---|
static SqlServerGeometry |
deserialize(byte[] bytes) |
static byte[] |
serialize(SqlServerGeometry sqlServerGeom) |
public static final byte SUPPORTED_VERSION
public static byte[] serialize(SqlServerGeometry sqlServerGeom)
public static SqlServerGeometry deserialize(byte[] bytes)
Copyright © 2015 geolatte.org. All rights reserved.