Class BoundarySegmentNoder
- Namespace
- NetTopologySuite.Noding
- Assembly
- NetTopologySuite.dll
A noder which extracts boundary line segments as ISegmentString. Boundary segments are those which are not duplicated in the input. It is appropriate for use with valid polygonal coverages.
No precision reduction is carried out. If that is required, another noder must be used (such as a snap-rounding noder), or the input must be precision-reduced beforehand.public class BoundarySegmentNoder : INoder
- Inheritance
-
BoundarySegmentNoder
- Implements
- Inherited Members
Constructors
BoundarySegmentNoder()
Creates a new segment-dissolving noder.
public BoundarySegmentNoder()
Methods
ComputeNodes(IList<ISegmentString>)
public void ComputeNodes(IList<ISegmentString> segStrings)
Parameters
segStrings
IList<ISegmentString>
GetNodedSubstrings()
public IList<ISegmentString> GetNodedSubstrings()