Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.EdgeBuffer
-
Packages that use GeoPolygonFactory.EdgeBuffer Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoPolygonFactory.EdgeBuffer in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom declared as GeoPolygonFactory.EdgeBuffer Modifier and Type Field Description protected GeoPolygonFactory.EdgeBufferGeoPolygonFactory.EdgeBufferIterator. edgeBufferEdge bufferMethods in org.apache.lucene.spatial3d.geom with parameters of type GeoPolygonFactory.EdgeBuffer Modifier and Type Method Description private static java.lang.BooleanGeoPolygonFactory. findConvexPolygon(PlanetModel planetModel, GeoPolygonFactory.Edge currentEdge, GeoCompositePolygon rval, GeoPolygonFactory.EdgeBuffer edgeBuffer, java.util.List<GeoPolygon> holes, GeoPoint testPoint)Look for a convex polygon at the specified edge.private static booleanGeoPolygonFactory. 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.Constructors in org.apache.lucene.spatial3d.geom with parameters of type GeoPolygonFactory.EdgeBuffer Constructor Description EdgeBufferIterator(GeoPolygonFactory.EdgeBuffer edgeBuffer)Constructor.
-