com.vividsolutions.jts.noding
public class SimpleSegmentSetMutualIntersector extends SegmentSetMutualIntersector
SegmentStrings using
brute-force comparasion.segInt| Constructor and Description |
|---|
SimpleSegmentSetMutualIntersector() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(java.util.Collection segStrings)
Computes the intersections for two collections of
SegmentStrings. |
void |
setBaseSegments(java.util.Collection segStrings) |
setSegmentIntersectorpublic void setBaseSegments(java.util.Collection segStrings)
setBaseSegments in class SegmentSetMutualIntersectorpublic void process(java.util.Collection segStrings)
SegmentSetMutualIntersectorSegmentStrings.process in class SegmentSetMutualIntersector