This is a lightweight RTree implementation, specifically designed
for the following features (in order of importance):
Fast intersection query performance.
RTree() -
Constructor for class com.infomatiq.jsi.rtree.RTree
Determine whether this rectangle is the same as another object
Note that two rectangles can be equal but not the same object,
if they both have the same bounds.