Interface INodableSegmentString
An interface for classes which support adding nodes to a segment string.
Inherited Members
Namespace: NetTopologySuite.Noding
Assembly: NetTopologySuite.dll
Syntax
public interface INodableSegmentString : ISegmentString
Methods
| Improve this Doc View SourceAddIntersection(Coordinate, Int32)
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 |
Int32 | segmentIndex | the index of the segment containing the intersection |