Class RTree.Node

java.lang.Object
com.geodesk.geom.Box
com.geodesk.geom.RTree.Node
All Implemented Interfaces:
Bounds
Enclosing class:
RTree

public static class RTree.Node extends Box
  • Constructor Details

    • Node

      public Node(List<Bounds> children, boolean isLeaf)
  • Method Details

    • isLeaf

      public boolean isLeaf()
    • children

      public List<Bounds> children()
    • add

      protected void add(Bounds child)
    • visit

      public <T extends Bounds> void visit(Bounds bbox, Consumer<T> consumer)