Uses of Class
com.google.appengine.api.datastore.Query.GeoRegion
-
Packages that use Query.GeoRegion Package Description com.google.appengine.api.datastore -
-
Uses of Query.GeoRegion in com.google.appengine.api.datastore
Subclasses of Query.GeoRegion in com.google.appengine.api.datastore Modifier and Type Class Description static classQuery.GeoRegion.CircleA geographical region representing all points within a fixed distance from a central point, i.e., a circle.static classQuery.GeoRegion.RectangleA 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.GeoRegion Modifier and Type Method Description Query.GeoRegionQuery.StContainsFilter. getRegion()Constructors in com.google.appengine.api.datastore with parameters of type Query.GeoRegion Constructor Description StContainsFilter(String propertyName, Query.GeoRegion region)Constructs a geo-region filter from the given arguments.
-