Uses of Class
org.apache.lucene.geo.GeoEncodingUtils.Grid
-
Packages that use GeoEncodingUtils.Grid Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of GeoEncodingUtils.Grid in org.apache.lucene.geo
Subclasses of GeoEncodingUtils.Grid in org.apache.lucene.geo Modifier and Type Class 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.Methods in org.apache.lucene.geo that return GeoEncodingUtils.Grid Modifier and Type Method Description private static GeoEncodingUtils.Grid
GeoEncodingUtils. createSubBoxes(Rectangle boundingBox, java.util.function.Function<Rectangle,PointValues.Relation> boxToRelation)
-