Class AbstractSqlServerGISType

java.lang.Object
org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
All Implemented Interfaces:
Serializable, JdbcType
Direct Known Subclasses:
SqlServerGeographyType, SqlServerGeometryType

public abstract class AbstractSqlServerGISType extends Object implements JdbcType
Type descriptor for the SQL Server 2008 Geometry type.
See Also: