Uses of Class
org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
-
Packages that use IntervalRTreeNode Package Description org.locationtech.jts.index.intervalrtree 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.intervalrtree Modifier and Type Class Description class
IntervalRTreeBranchNode
class
IntervalRTreeLeafNode
Fields in org.locationtech.jts.index.intervalrtree declared as IntervalRTreeNode Modifier and Type Field Description private IntervalRTreeNode
IntervalRTreeBranchNode. node1
private IntervalRTreeNode
IntervalRTreeBranchNode. node2
private IntervalRTreeNode
SortedPackedIntervalRTree. root
Methods in org.locationtech.jts.index.intervalrtree that return IntervalRTreeNode Modifier and Type Method Description private IntervalRTreeNode
SortedPackedIntervalRTree. buildTree()
Methods in org.locationtech.jts.index.intervalrtree with parameters of type IntervalRTreeNode Modifier and Type Method Description private void
IntervalRTreeBranchNode. buildExtent(IntervalRTreeNode n1, IntervalRTreeNode n2)
private void
SortedPackedIntervalRTree. printNode(IntervalRTreeNode node)
Constructors in org.locationtech.jts.index.intervalrtree with parameters of type IntervalRTreeNode Constructor Description IntervalRTreeBranchNode(IntervalRTreeNode n1, IntervalRTreeNode n2)
-