Class Query.GeoRegion.Rectangle
java.lang.Object
com.google.appengine.api.datastore.Query.GeoRegion
com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Query.GeoRegion
A simple geographical region bounded by two latitude lines, and two longitude lines, i.e., a
"rectangle". It's not really a rectangle, of course, because longitude lines are not really
parallel.
Intended for use in a geo-containment predicate filter.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.appengine.api.datastore.Query.GeoRegion
Query.GeoRegion.Circle, Query.GeoRegion.Rectangle
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Rectangle
-
-
Method Details
-
getSouthwest
-
getNortheast
-
contains
Description copied from class:Query.GeoRegion
Determines whether the givenGeoPt
value lies within this geographic region. If the point lies on the border of the region it is considered to be contained.- Specified by:
contains
in classQuery.GeoRegion
-
equals
-
hashCode
public int hashCode() -
toString
-