Package org.hibernate.spatial.dialect.sqlserver.convertors

Provides classes to translate between SQL Server Geometries and JTS Geometrys.

See:
          Description

Interface Summary
Decoder<T extends Geometry> Decodes native database objects to geometries of type T.
Encoder<T extends Geometry> An Encoder can encode geometries of type T to a SqlServerGeometry.
 

Class Summary
Decoders Decodes SQL Server Geometry objects to JTS Geometrys.
Encoders Serializes a JTS Geometry to a byte-array.
SqlServerGeometry A SqlServerGeometry represents the native SQL Server database object.
 

Enum Summary
OpenGisType The type of geometry.
 

Package org.hibernate.spatial.dialect.sqlserver.convertors Description

Provides classes to translate between SQL Server Geometries and JTS Geometrys.

The binary format of a SQL Server Geometry is specified in Microsoft SQL Server CLR Types Serialization Formats.