public abstract class SegmentSetMutualIntersector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected SegmentIntersector |
segInt |
Constructor and Description |
---|
SegmentSetMutualIntersector() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(java.util.Collection segStrings)
Computes the intersections for two collections of
SegmentString s. |
abstract void |
setBaseSegments(java.util.Collection segStrings) |
void |
setSegmentIntersector(SegmentIntersector segInt)
Sets the
SegmentIntersector to use with this intersector. |
protected SegmentIntersector segInt
public void setSegmentIntersector(SegmentIntersector segInt)
SegmentIntersector
to use with this intersector.
The SegmentIntersector will either rocord or add intersection nodes
for the input segment strings.segInt
- the segment intersector to usepublic abstract void setBaseSegments(java.util.Collection segStrings)
segStrings0
- a collection of SegmentString
s to nodepublic abstract void process(java.util.Collection segStrings)
SegmentString
s.segStrings1
- a collection of SegmentString
s to node