NetTopologySuite
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Package NetTopologySuite.Index.Bintree

Classes

class  BinTree
 
class  Bintree< T >
 An BinTree (or "Binary Interval Tree") is a 1-dimensional version of a quadtree. It indexes 1-dimensional intervals (which may be the projection of 2-D objects on an axis). It supports range searching (where the range may be a single point). More...
 
class  Interval
 Represents an (1-dimensional) closed interval on the Real number line. More...
 
class  Key
 A Key is a unique identifier for a node in a tree. It contains a lower-left point and a level number. The level number is the power of two for the size of the node envelope. More...
 
class  Node< T >
 A node of a Bintree. More...
 
class  NodeBase< T >
 The base class for nodes in a Bintree. More...
 
class  Root< T >
 The root node of a single Bintree. It is centred at the origin, and does not have a defined extent. More...