Namespace NetTopologySuite.Index.HPRtree
Classes
HPRtree<T>
A Hilbert-Packed R-tree. This is a static R-tree which is packed by using the Hilbert ordering of the tree items.
The tree is constructed by sorting the items by the Hilbert code of the midpoint of their envelope. Then, a set of internal layers is created recursively as follows:- The items/nodes of the previous are partitioned into blocks of size
nodeCapacity
- For each block a layer node is created with range equal to the envelope of the items/nodess in the block