Module org.apache.lucene.spatial3d
Package org.apache.lucene.spatial3d.geom
Class GeoPolygonFactory.SafePath
java.lang.Object
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.SafePath
- Enclosing class:
- GeoPolygonFactory
An instance of this class represents a known-good path of nodes that contains no coplanar
points , no matter how assessed. It's used in the depth-first search that must be executed to
find a valid complete polygon without coplanarities.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSafePath
(GeoPolygonFactory.SafePath previous, GeoPoint lastPoint, int lastPointIndex, Plane lastPlane) Create a new safe end point. -
Method Summary
Modifier and TypeMethodDescriptionvoid
fillInList
(List<GeoPoint> pointList) Fill in a list, in order, of safe points.
-
Field Details
-
lastPoint
-
previous
-
-
Constructor Details
-
SafePath
public SafePath(GeoPolygonFactory.SafePath previous, GeoPoint lastPoint, int lastPointIndex, Plane lastPlane) Create a new safe end point.
-
-
Method Details
-
fillInList
Fill in a list, in order, of safe points.
-