Search in sources :

Example 1 with JgeomSpatialHelper

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();
}
Also used : JgeomSpatialHelper(org.datanucleus.store.types.geospatial.jdo.JgeomSpatialHelper) JDOPersistenceManagerFactory(org.datanucleus.api.jdo.JDOPersistenceManagerFactory)

Aggregations

JDOPersistenceManagerFactory (org.datanucleus.api.jdo.JDOPersistenceManagerFactory)1 JgeomSpatialHelper (org.datanucleus.store.types.geospatial.jdo.JgeomSpatialHelper)1