Search Results for

    Show / Hide Table of Contents

    Interface SegmentStringDissolver.ISegmentStringMerger

    A merging strategy which can be used to update the context data of ISegmentStrings which are merged during the dissolve process.

    Namespace: NetTopologySuite.Noding
    Assembly: NetTopologySuite.dll
    Syntax
    public interface SegmentStringDissolver.ISegmentStringMerger

    Methods

    | Edit this page View Source

    Merge(ISegmentString, ISegmentString, bool)

    Updates the context data of a ISegmentString when an identical (up to orientation) one is found during dissolving.

    Declaration
    void Merge(ISegmentString mergeTarget, ISegmentString ssToMerge, bool isSameOrientation)
    Parameters
    Type Name Description
    ISegmentString mergeTarget

    The segment string to update.

    ISegmentString ssToMerge

    The segment string being dissolved.

    bool isSameOrientation

    true if the strings are in the same direction, false if they are opposite.

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