uk.me.parabola.util
Class QuadTreeNode
java.lang.Object
uk.me.parabola.util.QuadTreeNode
public class QuadTreeNode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuadTreeNode
public QuadTreeNode(Area bounds)
QuadTreeNode
public QuadTreeNode(Area bounds,
java.util.Collection<Coord> points)
getCoveredBounds
public Area getCoveredBounds()
getBounds
public Area getBounds()
add
public boolean add(Coord c)
get
public java.util.List<Coord> get(Area bbox,
java.util.List<Coord> resultList)
get
public java.util.ArrayList<Coord> get(QuadTreeNode.QuadTreePolygon polygon,
java.util.ArrayList<Coord> resultList)
isLeaf
public boolean isLeaf()
clear
public void clear()