Search Results for

    Show / Hide Table of Contents

    Class OverlayNodeFactory

    Creates nodes for use in the PlanarGraphs constructed during overlay operations.

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

    Methods

    | Edit this page View Source

    CreateNode(Coordinate)

    Declaration
    public override Node CreateNode(Coordinate coord)
    Parameters
    Type Name Description
    Coordinate coord
    Returns
    Type Description
    Node
    Overrides
    NodeFactory.CreateNode(Coordinate)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX