Uses of Class
org.apache.lucene.geo.GeoEncodingUtils.PolygonPredicate
-
Packages that use GeoEncodingUtils.PolygonPredicate Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of GeoEncodingUtils.PolygonPredicate in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type GeoEncodingUtils.PolygonPredicate Modifier and Type Method Description private PointValues.IntersectVisitorLatLonPointInPolygonQuery. getIntersectVisitor(DocIdSetBuilder result, Component2D tree, GeoEncodingUtils.PolygonPredicate polygonPredicate, byte[] minLat, byte[] maxLat, byte[] minLon, byte[] maxLon) -
Uses of GeoEncodingUtils.PolygonPredicate in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return GeoEncodingUtils.PolygonPredicate Modifier and Type Method Description static GeoEncodingUtils.PolygonPredicateGeoEncodingUtils. createComponentPredicate(Component2D tree)Create a predicate that checks whether points are within a polygon.
-