Uses of Class
com.google.appengine.api.datastore.Query.GeoRegion
Packages that use Query.GeoRegion
Package
Description
-
Uses of Query.GeoRegion in com.google.appengine.api.datastore
Subclasses of Query.GeoRegion in com.google.appengine.api.datastoreModifier and TypeClassDescriptionstatic final class
A geographical region representing all points within a fixed distance from a central point, i.e., a circle.static final class
A simple geographical region bounded by two latitude lines, and two longitude lines, i.e., a "rectangle".Methods in com.google.appengine.api.datastore that return Query.GeoRegionConstructors in com.google.appengine.api.datastore with parameters of type Query.GeoRegionModifierConstructorDescriptionStContainsFilter
(String propertyName, Query.GeoRegion region) Constructs a geo-region filter from the given arguments.