Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.MutableBoolean
-
Packages that use GeoPolygonFactory.MutableBoolean Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoPolygonFactory.MutableBoolean in org.apache.lucene.spatial3d.geom
Methods in org.apache.lucene.spatial3d.geom with parameters of type GeoPolygonFactory.MutableBoolean Modifier and Type Method Description (package private) static boolean
GeoPolygonFactory. buildPolygonShape(GeoCompositePolygon rval, GeoPolygonFactory.MutableBoolean seenConcave, PlanetModel planetModel, java.util.List<GeoPoint> pointsList, java.util.BitSet internalEdges, int startPointIndex, int endPointIndex, SidedPlane startingEdge, java.util.List<GeoPolygon> holes, GeoPoint testPoint)
Build a GeoPolygon out of one concave part and multiple convex parts given points, starting edge, and whether starting edge is internal or not.private static boolean
GeoPolygonFactory. makeConcavePolygon(PlanetModel planetModel, GeoCompositePolygon rval, GeoPolygonFactory.MutableBoolean seenConcave, GeoPolygonFactory.EdgeBuffer edgeBuffer, java.util.List<GeoPolygon> holes, GeoPoint testPoint)
Look for a concave polygon in the remainder of the edgebuffer.
-