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) XYZBoundsGeo3DPointDistanceComparator.priorityQueueBounds(package private) final XYZBoundsPointInGeo3DShapeQuery.shapeBoundsConstructors 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 XYZBoundsModifier and TypeFieldDescriptionprotected final XYZBoundsGeoStandardPath.PathNode.boundsfinal XYZBoundsGeoComplexPolygon.Edge.planeBoundsMethods in org.apache.lucene.spatial3d.geom with parameters of type XYZBoundsModifier and TypeMethodDescriptionvoidAdd a fully-formed XYZBounds to the current one.booleanGeoStandardPath.BaseSegmentEndpoint.intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds) booleanGeoStandardPath.CircleSegmentEndpoint.intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds) booleanGeoStandardPath.CutoffDualCircleSegmentEndpoint.intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds) booleanGeoStandardPath.CutoffSingleCircleSegmentEndpoint.intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds) booleanGeoStandardPath.PathComponent.intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds) Determine if this endpoint intersects a specified plane.booleanGeoStandardPath.PathNode.intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds) booleanGeoStandardPath.PathSegment.intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds) private static booleanXYZBounds.isCornerInside(XYZBounds one, XYZBounds other) private static booleanXYZBounds.isPointInside(XYZBounds other, double x, double y, double z) static XYZSolidXYZSolidFactory.makeXYZSolid(PlanetModel planetModel, XYZBounds bounds) Create a XYZSolid of the right kind given (x,y,z) bounds.booleanCheck if another XYZBounds object overlaps this one.voidPlane.recordBounds(PlanetModel planetModel, XYZBounds boundsInfo, Membership... bounds) Accumulate (x,y,z) bounds information for this plane, intersected with the unit sphere.voidPlane.recordBounds(PlanetModel planetModel, XYZBounds boundsInfo, Plane p, Membership... bounds) Accumulate (x,y,z) bounds information for this plane, intersected with another and the world.