public abstract class IntervalRTreeNode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IntervalRTreeNode.NodeComparator |
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 visitor) |
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)
Copyright © 2016. All rights reserved.