Uses of Interface
goldman.collection.spatial.XYPoint

Packages that use XYPoint
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. 
 

Uses of XYPoint in goldman.collection.spatial
 

Classes in goldman.collection.spatial with type parameters of type XYPoint
 class DefaultXYComparator<E extends XYPoint>
          The DefaultXYComparator class provides an implementation of the XYComparator interface that simply uses the x and y coordinates.
 

Uses of XYPoint in goldman.collection.tagged.spatial
 

Classes in goldman.collection.tagged.spatial with type parameters of type XYPoint
 class TaggedElementXYComparator<T extends XYPoint>
          The TaggedElementXYComparator used by the quad tree is defined over tags that are two-dimensional points.
 class TaggedQuadTree<T extends XYPoint,E>
          A tagged version of a quad tree.