Class QuadTree<T>

All Implemented Interfaces:
SpatialIndex<T>

public class QuadTree<T> extends BoxTree<BoxTree.BoxItem<T>,T> implements SpatialIndex<T>
Quad-tree with fixed extents. This implementation uses int bounding-boxes internally, so items extents should be greater than 1. FIXME tests this case