Package org.locationtech.jts.index.bintree
Contains classes that implement a Binary Interval Tree index
-
Class Summary Class Description Bintree AnBinTree
(or "Binary Interval Tree") is a 1-dimensional version of a quadtree.Interval Represents an (1-dimensional) closed interval on the Real number line.Key A Key is a unique identifier for a node in a tree.Node A node of aBintree
.NodeBase The base class for nodes in aBintree
.Root The root node of a singleBintree
.