Some if all elems at level have same key value.
Some if all elems at level have same key value. Avoids unecessary point-in-plane computation
Some if there are deeper levels
Some if the deepest level reached, but muliple keyValues point-in-plane called on each element
A node of the Quadtree
Note that this is a more flexible interpretretation of a Quadtree node because each level need not be (2 x 2). It can be (N x N) Also, there is a limited number of levels. When the deepest level is reached, all remaining shapes are placed on the list and independently queried.