Uses of Class
org.djutils.quadtree.Rectangle
Packages that use Rectangle
-
Uses of Rectangle in org.djutils.quadtree
Methods in org.djutils.quadtree that return RectangleModifier and TypeMethodDescriptionfinal Rectangle
QuadTree.SubTree.getBoundingBox()
Retrieve the bounding box of this sub tree.Envelope.getBoundingRectangle()
Determine the bounding box.RectangleAndPayload.getRectangle()
Retrieve the bounding rectangle.Methods in org.djutils.quadtree with parameters of type RectangleModifier and TypeMethodDescriptionboolean
Determine if this Rectangle contains all points of another Rectangle.boolean
Rectangle.intersects
(Rectangle other) Determine if this Rectangle intersects another Rectangle.Find all elements intersecting a given bounding box.QuadTree.SubTree.recursiveCollect
(Rectangle rectangle) Recursively collect all elements that intersect the given rectangle.Constructors in org.djutils.quadtree with parameters of type Rectangle