Interface SegmentStringDissolver.SegmentStringMerger

public interface SegmentStringDissolver.SegmentStringMerger
A merging strategy which can be used to update the context data of SegmentStrings which are merged during the dissolve process.
Authors:
mbdavis
void merge(SegmentString mergeTarget, SegmentString ssToMerge, boolean isSameOrientation)
Updates the context data of a SegmentString when an identical (up to orientation) one is found during dissolving.
Parameters:
mergeTarget - mergeTarget the segment string to update
ssToMerge - ssToMerge the segment string being dissolved
isSameOrientation - isSameOrientation true if the strings are in the same direction, false if they are opposite