org.hibernate.spatial.dialect.postgis
Class PGGeometryValueExtractor

java.lang.Object
  extended by org.hibernate.spatial.dialect.AbstractJTSGeometryValueExtractor
      extended by org.hibernate.spatial.dialect.postgis.PGGeometryValueExtractor
All Implemented Interfaces:
org.hibernate.type.descriptor.ValueExtractor<com.vividsolutions.jts.geom.Geometry>

public class PGGeometryValueExtractor
extends AbstractJTSGeometryValueExtractor


Constructor Summary
PGGeometryValueExtractor()
           
 
Method Summary
 com.vividsolutions.jts.geom.Geometry toJTS(java.lang.Object object)
           
 
Methods inherited from class org.hibernate.spatial.dialect.AbstractJTSGeometryValueExtractor
extract
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGGeometryValueExtractor

public PGGeometryValueExtractor()
Method Detail

toJTS

public com.vividsolutions.jts.geom.Geometry toJTS(java.lang.Object object)
Specified by:
toJTS in class AbstractJTSGeometryValueExtractor