public class IntervalRTreeLeafNode extends IntervalRTreeNode
IntervalRTreeNode.NodeComparator
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
item |
max, min
Constructor and Description |
---|
IntervalRTreeLeafNode(double min,
double max,
java.lang.Object item) |
Modifier and Type | Method and Description |
---|---|
void |
query(double queryMin,
double queryMax,
ItemVisitor visitor) |
getMax, getMin, intersects, toString
public IntervalRTreeLeafNode(double min, double max, java.lang.Object item)
public void query(double queryMin, double queryMax, ItemVisitor visitor)
query
in class IntervalRTreeNode