Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.BestShape
-
Packages that use GeoPolygonFactory.BestShape Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoPolygonFactory.BestShape in org.apache.lucene.spatial3d.geom
Methods in org.apache.lucene.spatial3d.geom that return GeoPolygonFactory.BestShape Modifier and Type Method Description private static GeoPolygonFactory.BestShape
GeoPolygonFactory. convertPolygon(java.util.List<java.util.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.BestShape Modifier and Type Method Description private static GeoPolygonFactory.BestShape
GeoPolygonFactory. convertPolygon(java.util.List<java.util.List<GeoPoint>> pointsList, GeoPolygonFactory.PolygonDescription shape, GeoPolygonFactory.BestShape testPointShape, boolean mustBeInside)
Convert a polygon description to a list of shapes.
-