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