public abstract class SegmentSetMutualIntersector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SegmentIntersector |
segInt |
| Constructor and Description |
|---|
SegmentSetMutualIntersector() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(Collection segStrings)
Computes the intersections for two collections of
SegmentStrings. |
abstract void |
setBaseSegments(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(Collection segStrings)
segStrings - a collection of SegmentStrings to nodepublic abstract void process(Collection segStrings)
SegmentStrings.segStrings - a collection of SegmentStrings to nodeCopyright © 2016. All rights reserved.