Package org.tinspin.index.kdtree
Class Node<T>
- java.lang.Object
-
- org.tinspin.index.kdtree.Node<T>
-
- Type Parameters:
T- Value type
- All Implemented Interfaces:
PointEntry<T>
public class Node<T> extends Object implements PointEntry<T>
Node class for the quadtree.- Author:
- ztilmann
-
-
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.
-
-