Package org.tinspin.index.covertree
Class Point<T>
- java.lang.Object
-
- org.tinspin.index.covertree.Point<T>
-
- All Implemented Interfaces:
PointEntry<T>
- Direct Known Subclasses:
PointDist
public class Point<T> extends Object implements PointEntry<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]point()voidset(double[] point, T val)voidset(Point<T> point)Tvalue()
-
-
-
Method Detail
-
point
public double[] point()
- Specified by:
pointin interfacePointEntry<T>- Returns:
- The coordinates of the entry.
-
value
public T value()
- Specified by:
valuein interfacePointEntry<T>- Returns:
- The value associated with the rectangle or point.
-
set
public void set(double[] point, T val)
-
-