| Package | Description |
|---|---|
| org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoEncodingUtils.DistancePredicate
A predicate that checks whether a given point is within a distance of another point.
|
static class |
GeoEncodingUtils.PolygonPredicate
A predicate that checks whether a given point is within a polygon.
|
| Modifier and Type | Method and Description |
|---|---|
private static GeoEncodingUtils.Grid |
GeoEncodingUtils.createSubBoxes(Rectangle boundingBox,
java.util.function.Function<Rectangle,PointValues.Relation> boxToRelation) |