Uses of Class
org.apache.lucene.geo.Polygon2D
-
Packages that use Polygon2D Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of Polygon2D in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return Polygon2D Modifier and Type Method Description static Polygon2DPolygon2D. create(Polygon... polygons)Builds a Polygon2D from multipolygonMethods in org.apache.lucene.geo with parameters of type Polygon2D Modifier and Type Method Description static GeoEncodingUtils.PolygonPredicateGeoEncodingUtils. createPolygonPredicate(Polygon[] polygons, Polygon2D tree)Create a predicate that checks whether points are within a polygon.
-