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