bryan-emmanuel / javageomodel

Automatically exported from code.google.com/p/javageomodel
0 stars 0 forks source link

GeoModel 0.0.8 for java seems don't work... #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.My queries return always empty.

What is the expected output? What do you see instead?
It should show the searched results.

What version of the product are you using? On what operating system?
0.0.8 Version

Please provide any additional information below.

Just to Give the details

using JPA

Code
Point center = new Point(44.838611, -0.578333)
 EntityManager em = EMF.get().createEntityManager();
 GeocellQuery baseQuery = new GeocellQuery("SELECT id FROM GeoEntity");
 List<GeoEntity> objects = null;
try {
       objects = GeocellManager.proximitySearch(center, 40, 0, GeoEntity.class, baseQuery, em);
 } catch (Exception e) {

No exception no data returned tested locally .
Any response will be greatly appreciated.

Original issue reported on code.google.com by satishba...@gmail.com on 17 Jul 2013 at 10:33

Attachments: