public abstract class IntervalRTreeNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IntervalRTreeNode
|
| Modifier and Type | Field and Description |
|---|---|
protected double |
max
|
protected double |
min
|
| Constructor and Description |
|---|
IntervalRTreeNode()
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMax()
|
double |
getMin()
|
protected boolean |
intersects(double queryMin, double queryMax)
|
abstract void |
query(double queryMin, double queryMax, ItemVisitor
|
String |
toString()
|
public double getMin()
public double getMax()
public abstract void query(double queryMin,
double queryMax,
ItemVisitor visitor) protected boolean intersects(double queryMin,
double queryMax)public StringtoString()