Class GeoPolygonFactory.SafePath

java.lang.Object
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.SafePath
Enclosing class:
GeoPolygonFactory

private static class GeoPolygonFactory.SafePath extends Object
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.