Package org.apache.lucene.geo
Class GeoEncodingUtils.DistancePredicate
- java.lang.Object
-
- org.apache.lucene.geo.GeoEncodingUtils.DistancePredicate
-
- Enclosing class:
- GeoEncodingUtils
public static class GeoEncodingUtils.DistancePredicate extends Object
A predicate that checks whether a given point is within a distance of another point.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(int lat, int lon)
Check whether the given point is within a distance of another point.
-