Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.SafePath
Packages that use GeoPolygonFactory.SafePath
-
Uses of GeoPolygonFactory.SafePath in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom declared as GeoPolygonFactory.SafePathMethods in org.apache.lucene.spatial3d.geom that return GeoPolygonFactory.SafePathModifier and TypeMethodDescriptionprivate static GeoPolygonFactory.SafePath
GeoPolygonFactory.findSafePath
(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.SafePathModifierConstructorDescriptionSafePath
(GeoPolygonFactory.SafePath previous, GeoPoint lastPoint, int lastPointIndex, Plane lastPlane) Create a new safe end point.