Package org.djutils.quadtree


package org.djutils.quadtree
Quad tree that can store 2D objects.

Copyright (c) 2020-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
Author:
Alexander Verbraeck, Peter Knoppers
  • Class
    Description
    Interface that must be implemented by objects that need to be stored in a quad tree.
    QuadTree<T extends Envelope>
    Quad tree for 2D objects.
    Rectangle defines an area bounded by a lower and left edges (inclusive) and a upper and right edges (not inclusive).
    Container for a Rectangle and a payload.