public abstract class IntervalRTreeNode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IntervalRTreeNode.NodeComparator |
Constructor and Description |
---|
IntervalRTreeNode() |
Modifier and Type | Method and Description |
---|---|
double |
getMax() |
double |
getMin() |
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)
Copyright © 2024. All rights reserved.