Search Results for

    Show / Hide Table of Contents

    Class EdgeString

    A sequence of LineMergeDirectedEdges forming one of the lines that will be output by the line-merging process.

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

    Constructors

    | Edit this page View Source

    EdgeString(GeometryFactory)

    Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString.

    Declaration
    public EdgeString(GeometryFactory factory)
    Parameters
    Type Name Description
    GeometryFactory factory

    Methods

    | Edit this page View Source

    Add(LineMergeDirectedEdge)

    Adds a directed edge which is known to form part of this line.

    Declaration
    public void Add(LineMergeDirectedEdge directedEdge)
    Parameters
    Type Name Description
    LineMergeDirectedEdge directedEdge
    | Edit this page View Source

    ToLineString()

    Converts this EdgeString into a LineString.

    Declaration
    public LineString ToLineString()
    Returns
    Type Description
    LineString
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX