Interface INoder
- Namespace
- NetTopologySuite.Noding
- Assembly
- NetTopologySuite.dll
Computes all intersections between segments in a set of ISegmentStrings. Intersections found are represented as SegmentNodes and added to the ISegmentStrings in which they occur. As a final step in the noding a new set of segment strings split at the nodes may be returned.
public interface INoder
Methods
ComputeNodes(IList<ISegmentString>)
Computes the noding for a collection of ISegmentStrings. Some Noders may add all these nodes to the input ISegmentStrings; others may only add some or none at all.
void ComputeNodes(IList<ISegmentString> segStrings)
Parameters
segStrings
IList<ISegmentString>
GetNodedSubstrings()
Returns a IList<T> of fully noded ISegmentStrings. The ISegmentStrings have the same context as their parent.
IList<ISegmentString> GetNodedSubstrings()