Class SimpleGraphSpatialSearchTest

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class SimpleGraphSpatialSearchTest
    extends JPanel
    A test that puts a lot of vertices on the screen with a visible R-Tree. When the button is pushed, 1000 random points are generated in order to find the closest vertex for each point. The search is done both with the R-Tree and with the RadiusGraphElementAccessor. If they don't find the same vertex, the testing halts after highlighting the problem vertices along with the search point.

    A mouse click at a location will highlight the closest vertex to the pick point.

    A toggle button will turn on/off the display of the R-Tree features, including the expansion of the search target (red circle) in order to find the closest vertex.

    Author:
    Tom Nelson
    See Also:
    Serialized Form