Looks like someone ported the Python code to Java for GeoHash:

http://stackoverflow.com/questions/2060219/google-app-engine-geohashing

Also seems like a pretty good explanation of GeoHashing in general.

On Thu, Feb 4, 2010 at 10:16 AM, mianor <[email protected]> wrote:

> Hi,
>
> I am trying to implement geolocation search with GAE in Java using
> GeoPt.
> But due to restrictions on Datastore, bounding box queries are also
> not supported in App Engine because there need to be two inequalities
> on two independent properties (latitude and longitude).
>
> There seems to be a solution with Geohash but every thing I found is
> based on GAE Python. Is there anything based on Java or can I use
> Geomodel (http://code.google.com/p/geomodel/) from Python in my Java
> applications?
>
> Thanks for your help!
>
> Romain
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to