public class GeoHashQuery
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoHashQuery.Utils |
| Constructor and Description |
|---|
GeoHashQuery(java.lang.String startValue,
java.lang.String endValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canJoinWith(GeoHashQuery other) |
boolean |
containsGeoHash(GeoHash hash) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEndValue() |
java.lang.String |
getStartValue() |
int |
hashCode() |
GeoHashQuery |
joinWith(GeoHashQuery other) |
static java.util.Set<GeoHashQuery> |
queriesAtLocation(GeoLocation location,
double radius) |
static GeoHashQuery |
queryForGeoHash(GeoHash geohash,
int bits) |
java.lang.String |
toString() |
public GeoHashQuery(java.lang.String startValue,
java.lang.String endValue)
public static GeoHashQuery queryForGeoHash(GeoHash geohash, int bits)
public static java.util.Set<GeoHashQuery> queriesAtLocation(GeoLocation location, double radius)
public boolean canJoinWith(GeoHashQuery other)
public GeoHashQuery joinWith(GeoHashQuery other)
public boolean containsGeoHash(GeoHash hash)
public java.lang.String getStartValue()
public java.lang.String getEndValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object