Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.BestShape
Packages that use GeoPolygonFactory.BestShape
-
Uses of GeoPolygonFactory.BestShape in org.apache.lucene.spatial3d.geom
Methods in org.apache.lucene.spatial3d.geom that return GeoPolygonFactory.BestShapeModifier and TypeMethodDescriptionprivate static GeoPolygonFactory.BestShape
GeoPolygonFactory.convertPolygon
(List<List<GeoPoint>> pointsList, GeoPolygonFactory.PolygonDescription shape, GeoPolygonFactory.BestShape testPointShape, boolean mustBeInside) Convert a polygon description to a list of shapes.Methods in org.apache.lucene.spatial3d.geom with parameters of type GeoPolygonFactory.BestShapeModifier and TypeMethodDescriptionprivate static GeoPolygonFactory.BestShape
GeoPolygonFactory.convertPolygon
(List<List<GeoPoint>> pointsList, GeoPolygonFactory.PolygonDescription shape, GeoPolygonFactory.BestShape testPointShape, boolean mustBeInside) Convert a polygon description to a list of shapes.