Search Results for

    Show / Hide Table of Contents

    Interface IKdNodeVisitor<T>

    A visitor for KdNode<T>s in a KdTree<T> index.

    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 Source

    Visit(KdNode<T>)

    Visits a node.

    Declaration
    void Visit(KdNode<T> node)
    Parameters
    Type Name Description
    KdNode<T> node

    The node to visit

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX