Search Results for

    Show / Hide Table of Contents

    Interface INodableSegmentString

    An interface for classes which support adding nodes to a segment string.

    Inherited Members
    ISegmentString.Context
    ISegmentString.Count
    ISegmentString.Coordinates
    ISegmentString.IsClosed
    ISegmentString.this[int]
    Namespace: NetTopologySuite.Noding
    Assembly: NetTopologySuite.dll
    Syntax
    public interface INodableSegmentString : ISegmentString

    Methods

    | Edit this page View Source

    AddIntersection(Coordinate, int)

    Adds an intersection node for a given point and segment to this segment string.

    Declaration
    void AddIntersection(Coordinate intPt, int segmentIndex)
    Parameters
    Type Name Description
    Coordinate intPt

    the location of the intersection

    int segmentIndex

    the index of the segment containing the intersection

    Extension Methods

    SegmentStringEx.GetCoordinate(ISegmentString, int)
    SegmentStringEx.NextInRing(ISegmentString, int)
    SegmentStringEx.PrevInRing(ISegmentString, int)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX