Package org.tinspin.index.phtree
Class EntryP<T>
- java.lang.Object
-
- org.tinspin.index.phtree.EntryP<T>
-
- All Implemented Interfaces:
PointEntry<T>
- Direct Known Subclasses:
DistEntryP
public class EntryP<T> extends Object implements PointEntry<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected double[]point
-
-
-
Constructor Detail
-
EntryP
public EntryP(double[] point, T val)
-
-
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.
-
-