Table of Contents

Interface INodableSegmentString

Namespace
NetTopologySuite.Noding
Assembly
NetTopologySuite.dll

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

public interface INodableSegmentString : ISegmentString
Inherited Members

Methods

AddIntersection(Coordinate, int)

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

void AddIntersection(Coordinate intPt, int segmentIndex)

Parameters

intPt Coordinate

the location of the intersection

segmentIndex int

the index of the segment containing the intersection