Uses of Class
org.apache.lucene.spatial3d.geom.XYZBounds
Packages that use XYZBounds
Package
Description
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.Shapes implemented using 3D planar geometry.
-
Uses of XYZBounds in org.apache.lucene.spatial3d
Fields in org.apache.lucene.spatial3d declared as XYZBoundsModifier and TypeFieldDescription(package private) XYZBounds
Geo3DPointDistanceComparator.priorityQueueBounds
(package private) final XYZBounds
PointInGeo3DShapeQuery.shapeBounds
Constructors in org.apache.lucene.spatial3d with parameters of type XYZBoundsModifierConstructorDescriptionPointInShapeIntersectVisitor
(DocIdSetBuilder hits, GeoShape shape, XYZBounds bounds) -
Uses of XYZBounds in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom declared as XYZBoundsMethods in org.apache.lucene.spatial3d.geom with parameters of type XYZBoundsModifier and TypeMethodDescriptionstatic XYZSolid
XYZSolidFactory.makeXYZSolid
(PlanetModel planetModel, XYZBounds bounds) Create a XYZSolid of the right kind given (x,y,z) bounds.void
Plane.recordBounds
(PlanetModel planetModel, XYZBounds boundsInfo, Membership... bounds) Accumulate (x,y,z) bounds information for this plane, intersected with the unit sphere.void
Plane.recordBounds
(PlanetModel planetModel, XYZBounds boundsInfo, Plane p, Membership... bounds) Accumulate (x,y,z) bounds information for this plane, intersected with another and the world.