Class IntervalRTreeLeafNode
java.lang.Object
org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
org.locationtech.jts.index.intervalrtree.IntervalRTreeLeafNode
-
Nested Class Summary
Nested classes/interfaces inherited from class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
IntervalRTreeNode.NodeComparator
-
Field Summary
FieldsFields inherited from class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
max, min
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
query
(double queryMin, double queryMax, ItemVisitor visitor) Methods inherited from class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
getMax, getMin, intersects, toString
-
Field Details
-
item
-
-
Constructor Details
-
IntervalRTreeLeafNode
-
-
Method Details
-
query
- Specified by:
query
in classIntervalRTreeNode
-