com.vividsolutions.jts.noding
Class SimpleSegmentSetMutualIntersector
java.lang.Object
com.vividsolutions.jts.noding.SegmentSetMutualIntersector
com.vividsolutions.jts.noding.SimpleSegmentSetMutualIntersector
public class SimpleSegmentSetMutualIntersector
- extends SegmentSetMutualIntersector
Intersects two sets of SegmentString
s using
brute-force comparasion.
- Version:
- 1.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSegmentSetMutualIntersector
public SimpleSegmentSetMutualIntersector()
setBaseSegments
public void setBaseSegments(Collection segStrings)
- Specified by:
setBaseSegments
in class SegmentSetMutualIntersector
- Parameters:
segStrings
- a collection of SegmentString
s to node
process
public void process(Collection segStrings)
- Description copied from class:
SegmentSetMutualIntersector
- Computes the intersections for two collections of
SegmentString
s.
- Specified by:
process
in class SegmentSetMutualIntersector
- Parameters:
segStrings
- a collection of SegmentString
s to node
Copyright © 2012. All Rights Reserved.