Class IntervalRTreeNode
- java.lang.Object
-
- org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
-
- Direct Known Subclasses:
IntervalRTreeBranchNode
,IntervalRTreeLeafNode
public abstract class IntervalRTreeNode extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntervalRTreeNode.NodeComparator
-
Constructor Summary
Constructors Constructor Description IntervalRTreeNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description double
getMax()
double
getMin()
abstract void
query(double queryMin, double queryMax, ItemVisitor visitor)
java.lang.String
toString()
-
-
-
Method Detail
-
getMin
public double getMin()
-
getMax
public double getMax()
-
query
public abstract void query(double queryMin, double queryMax, ItemVisitor visitor)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-