Uses of Interface
goldman.collection.spatial.SpatialCollection

Packages that use SpatialCollection
goldman.collection.spatial A spatial collection is an untagged algorithmically positioned collection that organizes its elements by their location in a multidimensional space. 
 

Uses of SpatialCollection in goldman.collection.spatial
 

Classes in goldman.collection.spatial that implement SpatialCollection
 class KDTree<E>
          The k-d tree cycles among the k dimensions, dividing each region by a halfspace with respect to the dimensions associated with that level.
 class QuadTree<E>
          A quad tree divides the subdomain into four regions at each internal node.