Search Results for

    Show / Hide Table of Contents

    Class PolygonizeEdge

    An edge of a polygonization graph.

    Inheritance
    object
    GraphComponent
    Edge
    PolygonizeEdge
    Inherited Members
    Edge.dirEdge
    Edge.SetDirectedEdges(DirectedEdge, DirectedEdge)
    Edge.GetDirEdge(int)
    Edge.GetDirEdge(Node)
    Edge.GetOppositeNode(Node)
    Edge.IsRemoved
    GraphComponent.SetVisited(IEnumerator, bool)
    GraphComponent.SetMarked(IEnumerator, bool)
    GraphComponent.GetComponentWithVisitedState(IEnumerator, bool)
    GraphComponent.IsVisited
    GraphComponent.Visited
    GraphComponent.IsMarked
    GraphComponent.Marked
    GraphComponent.Data
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Polygonize
    Assembly: NetTopologySuite.dll
    Syntax
    public class PolygonizeEdge : Edge

    Constructors

    | Edit this page View Source

    PolygonizeEdge(LineString)

    Declaration
    public PolygonizeEdge(LineString line)
    Parameters
    Type Name Description
    LineString line

    Properties

    | Edit this page View Source

    Line

    Declaration
    public LineString Line { get; }
    Property Value
    Type Description
    LineString
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX