Class BoundarySegmentNoder
A noder which extracts boundary line segments
as ISegment
Implements
Inherited Members
Namespace: NetTopologySuite .Noding
Assembly: NetTopologySuite.dll
Syntax
public class BoundarySegmentNoder : INoder
Constructors
| Edit this page View SourceBoundarySegmentNoder()
Creates a new segment-dissolving noder.
Declaration
public BoundarySegmentNoder()
Methods
| Edit this page View SourceComputeNodes(IList<ISegmentString>)
Computes the noding for a collection of ISegment
Declaration
public void ComputeNodes(IList<ISegmentString> segStrings)
Parameters
Type | Name | Description |
---|---|---|
IList<ISegment |
segStrings |
GetNodedSubstrings()
Returns a IList<T> of fully noded ISegment
Declaration
public IList<ISegmentString> GetNodedSubstrings()
Returns
Type | Description |
---|---|
IList<ISegment |