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