Uses of Package
goldman.collection.spatial

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

Classes in goldman.collection.spatial used by goldman.collection.spatial
SpatialCollection
          A spatial collection organizes its elements by location in a multidimensional space.
XYComparator
          The XYComparator interface is used by the quad tree implementation to determine which quadrant a point belongs.
XYPoint
          This interface is used in conjunction with the DefaultXYComparator to define the default comparator used to partition the space into four quadrants.
 

Classes in goldman.collection.spatial used by goldman.collection.tagged.spatial
XYComparator
          The XYComparator interface is used by the quad tree implementation to determine which quadrant a point belongs.
XYPoint
          This interface is used in conjunction with the DefaultXYComparator to define the default comparator used to partition the space into four quadrants.