Uses of Interface
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.CountingEdgeIterator
-
Packages that use GeoComplexPolygon.CountingEdgeIterator Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoComplexPolygon.CountingEdgeIterator in org.apache.lucene.spatial3d.geom
Classes in org.apache.lucene.spatial3d.geom that implement GeoComplexPolygon.CountingEdgeIterator Modifier and Type Class Description private class
GeoComplexPolygon.DualCrossingEdgeIterator
Count the number of verifiable edge crossings for a dual-leg journey.private class
GeoComplexPolygon.FullLinearCrossingEdgeIterator
Count the number of verifiable edge crossings for a full 1/2 a world.private class
GeoComplexPolygon.SectorLinearCrossingEdgeIterator
Count the number of verifiable edge crossings for less than 1/2 a world.Methods in org.apache.lucene.spatial3d.geom that return GeoComplexPolygon.CountingEdgeIterator Modifier and Type Method Description private GeoComplexPolygon.CountingEdgeIterator
GeoComplexPolygon. 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.
-