Search in sources :

Example 1 with SpatialHelper

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

Example 2 with SpatialHelper

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

Aggregations

JDOPersistenceManagerFactory (org.datanucleus.api.jdo.JDOPersistenceManagerFactory)2 SpatialHelper (org.datanucleus.store.types.geospatial.jdo.SpatialHelper)2