Uses of Class
org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
Packages that use IntervalRTreeNode
Package
Description
Contains classes to implement an R-tree index for one-dimensional intervals.
-
Uses of IntervalRTreeNode in org.locationtech.jts.index.intervalrtree
Subclasses of IntervalRTreeNode in org.locationtech.jts.index.intervalrtreeFields in org.locationtech.jts.index.intervalrtree declared as IntervalRTreeNodeModifier and TypeFieldDescriptionprivate IntervalRTreeNode
IntervalRTreeBranchNode.node1
private IntervalRTreeNode
IntervalRTreeBranchNode.node2
private IntervalRTreeNode
SortedPackedIntervalRTree.root
Methods in org.locationtech.jts.index.intervalrtree that return IntervalRTreeNodeModifier and TypeMethodDescriptionprivate IntervalRTreeNode
SortedPackedIntervalRTree.buildTree()
Methods in org.locationtech.jts.index.intervalrtree with parameters of type IntervalRTreeNodeModifier and TypeMethodDescriptionprivate void
IntervalRTreeBranchNode.buildExtent
(IntervalRTreeNode n1, IntervalRTreeNode n2) private void
SortedPackedIntervalRTree.printNode
(IntervalRTreeNode node) Constructors in org.locationtech.jts.index.intervalrtree with parameters of type IntervalRTreeNodeModifierConstructorDescription