Package goldman.collection.tagged.spatial

A tagged spatial collection is the tagged variation of a spatial collection.

See:
          Description

Interface Summary
TaggedSpatialCollection<T,E> In this section we present the TaggedSpatialCollection ADT, which is a tagged variation of the SpatialCollection ADT.
 

Class Summary
TaggedElementXYComparator<T extends XYPoint> The TaggedElementXYComparator used by the quad tree is defined over tags that are two-dimensional points.
TaggedKDTree<T,E> A tagged version of a kd-tree.
TaggedQuadTree<T extends XYPoint,E> A tagged version of a quad tree.
TaggedSpatialCollectionWrapper<T,E> The tagged spatial collection wrapper can wrap any spatial collection implementation, where each element in the collection is a tagged element.
 

Package goldman.collection.tagged.spatial Description

A tagged spatial collection is the tagged variation of a spatial collection.