public interface GeoHashQuery
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(GeoHash hash)
check wether a geohash is within the hashes that make up this query.
|
boolean |
contains(WGS84Point point)
returns whether a point lies within a query.
|
List<GeoHash> |
getSearchHashes()
should return the hashes that re required to perform this search.
|
String |
getWktBox() |
boolean contains(GeoHash hash)
boolean contains(WGS84Point point)
List<GeoHash> getSearchHashes()
String getWktBox()
Copyright © 2015. All Rights Reserved.