Class Summary |
AboveBelowComparator |
A comparator to compare points by y coordinate. |
BruteForceRangeSearch2D |
This class searches a 2D set of points within a rectangle in a brute force
manner. |
LeftRightComparator |
A comparator to compare points by x coordinate. |
Point2DIteratorAdapter |
An adapter between ObjectIterators and Point2DIterators. |
RangeSearch2DImpl |
An implementation of the RangeSearch2D structure using a range tree. |
RangeTree2DImpl |
An implementation of a two-dimensional range tree, using a balanced binary
tree as the primary structure and an array as the secondary structure. |