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 IntervalRTreeNodeIntervalRTreeBranchNode.node1private IntervalRTreeNodeIntervalRTreeBranchNode.node2private IntervalRTreeNodeSortedPackedIntervalRTree.rootMethods in org.locationtech.jts.index.intervalrtree that return IntervalRTreeNodeModifier and TypeMethodDescriptionprivate IntervalRTreeNodeSortedPackedIntervalRTree.buildTree()Methods in org.locationtech.jts.index.intervalrtree with parameters of type IntervalRTreeNodeModifier and TypeMethodDescriptionprivate voidIntervalRTreeBranchNode.buildExtent(IntervalRTreeNode n1, IntervalRTreeNode n2) private voidSortedPackedIntervalRTree.printNode(IntervalRTreeNode node) Constructors in org.locationtech.jts.index.intervalrtree with parameters of type IntervalRTreeNodeModifierConstructorDescription