SegmentSetMutualIntersectorpublic class SimpleSegmentSetMutualIntersector extends java.lang.Object implements SegmentSetMutualIntersector
SegmentStrings using
brute-force comparison.| Constructor | Description |
|---|---|
SimpleSegmentSetMutualIntersector(java.util.Collection segStrings) |
Constructs a new intersector for a given set of
SegmentStrings. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
process(java.util.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(java.util.Collection segStrings)
SegmentStrings.segStrings - the base segment strings to intersectpublic void process(java.util.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 SegmentSetMutualIntersectora - set of segments to intersectthe - segment intersector to useCopyright © 2018. All rights reserved.