public static interface SegmentStringDissolver.SegmentStringMerger
SegmentStrings which are merged during the dissolve process.
| Modifier and Type | Method and Description |
|---|---|
void |
merge(SegmentString
Updates the context data of a SegmentString when an identical (up to orientation) one is found during dissolving.
|
void merge(SegmentStringmergeTarget, SegmentString ssToMerge, boolean isSameOrientation)
mergeTarget - the segment string to update
ssToMerge - the segment string being dissolved
isSameOrientation -
true if the strings are in the same direction,
false if they are opposite