Class IntervalRTreeLeafNode
- java.lang.Object
-
- org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
-
- org.locationtech.jts.index.intervalrtree.IntervalRTreeLeafNode
-
public class IntervalRTreeLeafNode extends IntervalRTreeNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
IntervalRTreeNode.NodeComparator
-
-
Constructor Summary
Constructors Constructor Description IntervalRTreeLeafNode(double min, double max, java.lang.Object item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
query(double queryMin, double queryMax, ItemVisitor visitor)
-
Methods inherited from class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
getMax, getMin, toString
-
-
-
-
Method Detail
-
query
public void query(double queryMin, double queryMax, ItemVisitor visitor)
- Specified by:
query
in classIntervalRTreeNode
-
-