Package org.tinspin.index
Interface PointEntry<T>
-
- Type Parameters:
T- Value type
- All Known Subinterfaces:
PointEntryDist<T>
- All Known Implementing Classes:
DistEntryP,EntryP,KDEntryDist,Node,Point,PointDist,QEntry,QEntry,QEntry,QEntryDist,QEntryDist,QEntryDist
public interface PointEntry<T>This represents a point entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]point()Tvalue()
-
-
-
Method Detail
-
point
double[] point()
- Returns:
- The coordinates of the entry.
-
value
T value()
- Returns:
- The value associated with the rectangle or point.
-
-