Class Root<T>
QuadRoot is the root of a single Quadtree.
It is centred at the origin,
and does not have a defined extent.
Assembly: NetTopologySuite.dll
Syntax
[Serializable]
public class Root<T> : NodeBase<T>
Type Parameters
Methods
|
Edit this page
View Source
Insert(Envelope, T)
Insert an item into the quadtree this is the root of.
Declaration
public void Insert(Envelope itemEnv, T item)
Parameters
Type |
Name |
Description |
Envelope |
itemEnv |
|
T |
item |
|
|
Edit this page
View Source
IsSearchMatch(Envelope)
Declaration
protected override bool IsSearchMatch(Envelope searchEnv)
Parameters
Type |
Name |
Description |
Envelope |
searchEnv |
|
Returns
Overrides