[appengine-java] Re: Is there an equivalent of Python GeoModel project in Java?

2010-05-12 Thread Mixa
Hi, "geocellsP" is taken from code example in HowToUseGeocell.java (in commented code). I'm a newbe with GAE, and solving puzzles like that makes me upset. For example 'Query' was commented, and I even not sure if I imported right Query class (had after uncommenting code) - eclipse suggested sever

[appengine-java] Re: Is there an equivalent of Python GeoModel project in Java?

2010-04-10 Thread Alex
Hi Christian, 1. your exception looks weird. I'm using the library with this kind of class: @PersistenceCapable(identityType = IdentityType.APPLICATION) public class User { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Key key; @Per

[appengine-java] Re: Is there an equivalent of Python GeoModel project in Java?

2010-04-10 Thread Alex
Hi Christian, 1. your exception looks weird. I'm using the library with this kind of class: @PersistenceCapable(identityType = IdentityType.APPLICATION) public class User { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Key key; @Per

[appengine-java] Re: Is there an equivalent of Python GeoModel project in Java?

2010-03-01 Thread Torquester
I tried out the Java Geomodel http://code.google.com/p/javageomodel/ The query used in the example provided on the project page seems strange to me. The example uses a List parameter (containing the cells of the bounding box) and passes it to a query which filters the List (geocells) property of t