Uses of Interface
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.CountingEdgeIterator
Packages that use GeoComplexPolygon.CountingEdgeIterator
-
Uses of GeoComplexPolygon.CountingEdgeIterator in org.apache.lucene.spatial3d.geom
Classes in org.apache.lucene.spatial3d.geom that implement GeoComplexPolygon.CountingEdgeIteratorModifier and TypeClassDescriptionprivate class
Count the number of verifiable edge crossings for a dual-leg journey.private class
Count the number of verifiable edge crossings for a full 1/2 a world.private class
Count the number of verifiable edge crossings for less than 1/2 a world.Methods in org.apache.lucene.spatial3d.geom that return GeoComplexPolygon.CountingEdgeIteratorModifier and TypeMethodDescriptionGeoComplexPolygon.createLinearCrossingEdgeIterator
(GeoPoint testPoint, Plane plane, Plane abovePlane, Plane belowPlane, double thePointX, double thePointY, double thePointZ) Create a linear crossing edge iterator with the appropriate cutoff planes given the geometry.