Class Root<T>
The root node of a single Bintree.
It is centred at the origin,
and does not have a defined extent.
Assembly: NetTopologySuite.dll
Syntax
public class Root<T> : NodeBase<T>
Type Parameters
Methods
|
Edit this page
View Source
Insert(Interval, T)
Insert an item into the tree this is the root of.
Declaration
public void Insert(Interval itemInterval, T item)
Parameters
| Type |
Name |
Description |
| Interval |
itemInterval |
|
| T |
item |
|
|
Edit this page
View Source
IsSearchMatch(Interval)
The root node matches all searches.
Declaration
protected override bool IsSearchMatch(Interval interval)
Parameters
Returns
Overrides