Search Results for

    Show / Hide Table of Contents

    Class NodeFactory

    A Factory to create Nodes.

    Inheritance
    object
    NodeFactory
    OverlayNodeFactory
    RelateNodeFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.GeometriesGraph
    Assembly: NetTopologySuite.dll
    Syntax
    public class NodeFactory

    Methods

    | Edit this page View Source

    CreateNode(Coordinate)

    The basic node constructor does not allow for incident edges.

    Declaration
    public virtual Node CreateNode(Coordinate coord)
    Parameters
    Type Name Description
    Coordinate coord

    A Coordinate

    Returns
    Type Description
    Node

    The created Node

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