Package org.tinspin.index
-
Interface Summary Interface Description Index<T> PointDistanceFunction PointEntry<T> This represents a point entry.PointEntryDist<T> PointIndex<T> A common interface for spatial indexes (maps) that use points as keys.PointIndexMM<T> A common interface for spatial indexes (multimaps) that use points as keys.QueryIterator<T> QueryIteratorKNN<T> RectangleDistanceFunction RectangleEntry<T> This represents a rectangle entry.RectangleEntryDist<T> RectangleIndex<T> RectangleIndexMM<T> A common interface for spatial indexes (multimaps) that use rectangles as keys. -
Class Summary Class Description IndexConfig PointIndexMMWrapper<T> PointIndexWrapper<T> RectangleDistanceFunction.EdgeDistance RectangleDistanceFunction.FarthestNeighbor Special wrapper class which takes the inverse or the given function.RectangleDistanceFunction.RectangleDist This class calculates the distance to a rectangular shaped object.Stats