Uses of Class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.Tree
-
Packages that use GeoComplexPolygon.Tree Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoComplexPolygon.Tree in org.apache.lucene.spatial3d.geom
Subclasses of GeoComplexPolygon.Tree in org.apache.lucene.spatial3d.geom Modifier and Type Class Description private static class
GeoComplexPolygon.XTree
This is the x-tree.private static class
GeoComplexPolygon.YTree
This is the y-tree.private static class
GeoComplexPolygon.ZTree
This is the z-tree.Fields in org.apache.lucene.spatial3d.geom declared as GeoComplexPolygon.Tree Modifier and Type Field Description private GeoComplexPolygon.Tree
GeoComplexPolygon.TraversalStrategy. firstLegTree
private GeoComplexPolygon.Tree
GeoComplexPolygon.TraversalStrategy. secondLegTree
private GeoComplexPolygon.Tree
GeoComplexPolygon. xTree
private GeoComplexPolygon.Tree
GeoComplexPolygon. yTree
private GeoComplexPolygon.Tree
GeoComplexPolygon. zTree
Constructors in org.apache.lucene.spatial3d.geom with parameters of type GeoComplexPolygon.Tree Constructor Description TraversalStrategy(double traversalDistance, double firstLegValue, double secondLegValue, Plane firstLegPlane, Plane firstLegAbovePlane, Plane firstLegBelowPlane, Plane secondLegPlane, Plane secondLegAbovePlane, Plane secondLegBelowPlane, GeoComplexPolygon.Tree firstLegTree, GeoComplexPolygon.Tree secondLegTree, GeoPoint intersectionPoint)
-