Search Results for

    Show / Hide Table of Contents

    Class RelateNode

    A RelateNode is a Node that maintains a list of EdgeStubs for the edges that are incident on it.

    Inheritance
    object
    GraphComponent
    Node
    RelateNode
    Inherited Members
    Node.Coordinate
    Node.Edges
    Node.IsIncidentEdgeInResult()
    Node.IsIsolated
    Node.Add(EdgeEnd)
    Node.MergeLabel(Node)
    Node.MergeLabel(Label)
    Node.SetLabel(int, Location)
    Node.SetLabelBoundary(int)
    Node.ComputeMergedLocation(Label, int)
    Node.Write(TextWriter)
    Node.ToString()
    GraphComponent.Label
    GraphComponent.InResult
    GraphComponent.IsInResult
    GraphComponent.Covered
    GraphComponent.IsCovered
    GraphComponent.IsCoveredSet
    GraphComponent.Visited
    GraphComponent.IsVisited
    GraphComponent.UpdateIM(IntersectionMatrix)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: NetTopologySuite.Operation.Relate
    Assembly: NetTopologySuite.dll
    Syntax
    public class RelateNode : Node

    Constructors

    | Edit this page View Source

    RelateNode(Coordinate, EdgeEndStar)

    Declaration
    public RelateNode(Coordinate coord, EdgeEndStar edges)
    Parameters
    Type Name Description
    Coordinate coord
    EdgeEndStar edges

    Methods

    | Edit this page View Source

    ComputeIM(IntersectionMatrix)

    Update the IM with the contribution for this component. A component only contributes if it has a labelling for both parent geometries.

    Declaration
    public override void ComputeIM(IntersectionMatrix im)
    Parameters
    Type Name Description
    IntersectionMatrix im
    Overrides
    Node.ComputeIM(IntersectionMatrix)
    | Edit this page View Source

    UpdateIMFromEdges(IntersectionMatrix)

    Update the IM with the contribution for the EdgeEnds incident on this node.

    Declaration
    public void UpdateIMFromEdges(IntersectionMatrix im)
    Parameters
    Type Name Description
    IntersectionMatrix im
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX