Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.SafePath
-
Packages that use GeoPolygonFactory.SafePath Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoPolygonFactory.SafePath in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom declared as GeoPolygonFactory.SafePath Modifier and Type Field Description GeoPolygonFactory.SafePathGeoPolygonFactory.SafePath. previousMethods in org.apache.lucene.spatial3d.geom that return GeoPolygonFactory.SafePath Modifier and Type Method Description private static GeoPolygonFactory.SafePathGeoPolygonFactory. findSafePath(java.util.List<GeoPoint> points, int startIndex, double leniencyValue)Iterative path search through ordered list of points.Constructors in org.apache.lucene.spatial3d.geom with parameters of type GeoPolygonFactory.SafePath Constructor Description SafePath(GeoPolygonFactory.SafePath previous, GeoPoint lastPoint, int lastPointIndex, Plane lastPlane)Create a new safe end point.
-