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 SegmentStringDissolver.ISegmentStringMerger
Methods
| Edit this page View SourceMerge(ISegmentString, ISegmentString, bool)
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. |
bool | isSameOrientation |
|