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 classIntervalRTreeBranchNodeclassIntervalRTreeLeafNodeFields in org.locationtech.jts.index.intervalrtree declared as IntervalRTreeNode Modifier and Type Field Description private IntervalRTreeNodeIntervalRTreeBranchNode. node1private IntervalRTreeNodeIntervalRTreeBranchNode. node2private IntervalRTreeNodeSortedPackedIntervalRTree. rootMethods in org.locationtech.jts.index.intervalrtree that return IntervalRTreeNode Modifier and Type Method Description private IntervalRTreeNodeSortedPackedIntervalRTree. buildTree()Methods in org.locationtech.jts.index.intervalrtree with parameters of type IntervalRTreeNode Modifier and Type Method Description private voidIntervalRTreeBranchNode. buildExtent(IntervalRTreeNode n1, IntervalRTreeNode n2)private voidSortedPackedIntervalRTree. printNode(IntervalRTreeNode node)Constructors in org.locationtech.jts.index.intervalrtree with parameters of type IntervalRTreeNode Constructor Description IntervalRTreeBranchNode(IntervalRTreeNode n1, IntervalRTreeNode n2)
-