use of org.datanucleus.store.types.geospatial.jdo.SpatialHelper in project tests by datanucleus.
the class PgGeometrySpatialHelperTest method setUp.
protected void setUp() throws Exception {
helper = new SpatialHelper((JDOPersistenceManagerFactory) pmf);
super.setUp();
}
use of org.datanucleus.store.types.geospatial.jdo.SpatialHelper in project tests by datanucleus.
the class JtsGeometrySpatialHelperTest method setUp.
protected void setUp() throws Exception {
helper = new SpatialHelper((JDOPersistenceManagerFactory) pmf);
super.setUp();
}
Aggregations