Uses of Class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.Tree
Packages that use GeoComplexPolygon.Tree
-
Uses of GeoComplexPolygon.Tree in org.apache.lucene.spatial3d.geom
Subclasses of GeoComplexPolygon.Tree in org.apache.lucene.spatial3d.geomModifier and TypeClassDescriptionprivate static classThis is the x-tree.private static classThis is the y-tree.private static classThis is the z-tree.Fields in org.apache.lucene.spatial3d.geom declared as GeoComplexPolygon.TreeModifier and TypeFieldDescriptionprivate final GeoComplexPolygon.TreeGeoComplexPolygon.TraversalStrategy.firstLegTreeprivate final GeoComplexPolygon.TreeGeoComplexPolygon.TraversalStrategy.secondLegTreeprivate final GeoComplexPolygon.TreeGeoComplexPolygon.xTreeprivate final GeoComplexPolygon.TreeGeoComplexPolygon.yTreeprivate final GeoComplexPolygon.TreeGeoComplexPolygon.zTreeConstructors in org.apache.lucene.spatial3d.geom with parameters of type GeoComplexPolygon.TreeModifierConstructorDescriptionTraversalStrategy(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)