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 classGeoComplexPolygon.XTreeThis is the x-tree.private static classGeoComplexPolygon.YTreeThis is the y-tree.private static classGeoComplexPolygon.ZTreeThis is the z-tree.Fields in org.apache.lucene.spatial3d.geom declared as GeoComplexPolygon.Tree Modifier and Type Field Description private GeoComplexPolygon.TreeGeoComplexPolygon.TraversalStrategy. firstLegTreeprivate GeoComplexPolygon.TreeGeoComplexPolygon.TraversalStrategy. secondLegTreeprivate GeoComplexPolygon.TreeGeoComplexPolygon. xTreeprivate GeoComplexPolygon.TreeGeoComplexPolygon. yTreeprivate GeoComplexPolygon.TreeGeoComplexPolygon. zTreeConstructors 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)
-