I\'m trying to determine a fast way of storing a set of objects, each of which have an x and y coordinate value, such that I can quickly retrieve all objects within a certai
The general term is a Spatial Index. I guess you should choose according to the existing implementations.