public class SimpleSegmentSetMutualIntersector extends Object implements SegmentSetMutualIntersector
SegmentString
s 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
.baseSegStrings
- 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 SegmentSetMutualIntersector
a
- set of segments to intersectthe
- segment intersector to useCopyright © 2016. All rights reserved.