com.vividsolutions.jts.noding

Interface SegmentStringDissolver.SegmentStringMerger

public static interface SegmentStringDissolver.SegmentStringMerger

Method Summary

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.

Method Details

merge

public 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 - 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