JTS Topology Suite version 1.12

Package com.vividsolutions.jts.index.bintree

Contains classes that implement a Binary Interval Tree index

See:
          Description

Class Summary
Bintree An BinTree (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 a Bintree.
NodeBase The base class for nodes in a Bintree.
Root The root node of a single Bintree.
 

Package com.vividsolutions.jts.index.bintree Description

Contains classes that implement a Binary Interval Tree index


JTS Topology Suite version 1.12