Class Spatial.NoOp<T,​NT>

    • Method Detail

      • getGrid

        public List<Shape> getGrid()
        return the entire area
        Returns:
      • clear

        public void clear()
        nothing to clear
      • recalculate

        public void recalculate()
        nothing to recalculate
      • getLayoutArea

        public Rectangle2D getLayoutArea()
        return the entire area
        Returns:
      • setBounds

        public void setBounds​(Rectangle2D bounds)
        nothing to change
        Parameters:
        bounds - the new bounds for the data struture
      • update

        public void update​(T element,
                           Point location)
        nothing to update
        Parameters:
        element - the element to consider
        location - the location of the element
      • getContainingLeafs

        public Set<? extends TreeNode> getContainingLeafs​(Point2D p)
        Parameters:
        p - a point to search in the spatial structure
        Returns:
        the single element that contains everything
      • getContainingLeafs

        public Set<? extends TreeNode> getContainingLeafs​(double x,
                                                          double y)
        Parameters:
        x - the x location to search for
        y - the y location to search for
        Returns:
        the single element that contains everything
      • getContainingLeaf

        public TreeNode getContainingLeaf​(Object element)
        Parameters:
        element - element to search for
        Returns:
        the single leaf that contains everything