Uses of Class
org.apache.lucene.spatial3d.geom.XYZBounds
-
Packages that use XYZBounds Package Description org.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom
.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 XYZBounds Modifier and Type Field Description (package private) XYZBounds
Geo3DPointDistanceComparator. priorityQueueBounds
(package private) XYZBounds
PointInGeo3DShapeQuery. shapeBounds
Constructors in org.apache.lucene.spatial3d with parameters of type XYZBounds Constructor Description PointInShapeIntersectVisitor(DocIdSetBuilder hits, GeoShape shape, XYZBounds bounds)
-
Uses of XYZBounds in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom declared as XYZBounds Modifier and Type Field Description protected XYZBounds
GeoStandardPath.PathNode. bounds
XYZBounds
GeoComplexPolygon.Edge. planeBounds
Methods in org.apache.lucene.spatial3d.geom with parameters of type XYZBounds Modifier and Type Method Description void
XYZBounds. addBounds(XYZBounds bounds)
Add a fully-formed XYZBounds to the current one.boolean
GeoStandardPath.BaseSegmentEndpoint. intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds)
boolean
GeoStandardPath.CircleSegmentEndpoint. intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds)
boolean
GeoStandardPath.CutoffDualCircleSegmentEndpoint. intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds)
boolean
GeoStandardPath.CutoffSingleCircleSegmentEndpoint. intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds)
boolean
GeoStandardPath.PathComponent. intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds)
Determine if this endpoint intersects a specified plane.boolean
GeoStandardPath.PathNode. intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds)
boolean
GeoStandardPath.PathSegment. intersects(Plane p, XYZBounds planeBounds, GeoPoint[] notablePoints, Membership[] bounds)
private static boolean
XYZBounds. isCornerInside(XYZBounds one, XYZBounds other)
private static boolean
XYZBounds. isPointInside(XYZBounds other, double x, double y, double z)
static XYZSolid
XYZSolidFactory. makeXYZSolid(PlanetModel planetModel, XYZBounds bounds)
Create a XYZSolid of the right kind given (x,y,z) bounds.boolean
XYZBounds. overlaps(XYZBounds bounds)
Check if another XYZBounds object overlaps this one.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.
-