public class SimpleSegmentSetMutualIntersector extends Object implements SegmentSetMutualIntersector
SegmentStrings using
brute-force comparison.| Constructor and Description |
|---|
SimpleSegmentSetMutualIntersector(Collection segStrings)
Constructs a new intersector for a given set of
SegmentStrings. |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Collection segStrings,
SegmentIntersector segInt)
Calls
SegmentIntersector.processIntersections(SegmentString, int, SegmentString, int)
for all candidate intersections between
the given collection of SegmentStrings and the set of base segments. |
public SimpleSegmentSetMutualIntersector(Collection segStrings)
SegmentStrings.segStrings - the base segment strings to intersectpublic void process(Collection segStrings, SegmentIntersector segInt)
SegmentIntersector.processIntersections(SegmentString, int, SegmentString, int)
for all candidate intersections between
the given collection of SegmentStrings and the set of base segments.process in interface SegmentSetMutualIntersectorsegStrings - set of segments to intersectsegInt - segment intersector to useCopyright © 2024. All rights reserved.