Interface IKdNodeVisitor<T>
Namespace: NetTopologySuite.Index.KdTree
Assembly: NetTopologySuite.dll
Syntax
public interface IKdNodeVisitor<T> where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceVisit(KdNode<T>)
Visits a node.
Declaration
void Visit(KdNode<T> node)
Parameters
| Type | Name | Description |
|---|---|---|
| KdNode<T> | node | The node to visit |