Interface SegmentStringDissolver.ISegmentStringMerger
A merging strategy which can be used to update the context data of ISegmentStrings which are merged during the dissolve process.
Namespace: NetTopologySuite.Noding
Assembly: NetTopologySuite.dll
Syntax
public interface ISegmentStringMerger
Methods
| Improve this Doc View SourceMerge(ISegmentString, ISegmentString, Boolean)
Updates the context data of a ISegmentString when an identical (up to orientation) one is found during dissolving.
Declaration
void Merge(ISegmentString mergeTarget, ISegmentString ssToMerge, bool isSameOrientation)
Parameters
Type | Name | Description |
---|---|---|
ISegmentString | mergeTarget | The segment string to update. |
ISegmentString | ssToMerge | The segment string being dissolved. |
Boolean | isSameOrientation |
|