com.vividsolutions.jts.noding
Class MCIndexSegmentSetMutualIntersector
java.lang.Object
com.vividsolutions.jts.noding.SegmentSetMutualIntersector
com.vividsolutions.jts.noding.MCIndexSegmentSetMutualIntersector
public class MCIndexSegmentSetMutualIntersector
- extends SegmentSetMutualIntersector
Intersects two sets of SegmentStrings using a index based
on MonotoneChains and a SpatialIndex.
- Version:
- 1.7
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCIndexSegmentSetMutualIntersector
public MCIndexSegmentSetMutualIntersector()
getMonotoneChains
public List getMonotoneChains()
getIndex
public SpatialIndex getIndex()
setBaseSegments
public void setBaseSegments(Collection segStrings)
- Specified by:
setBaseSegments in class SegmentSetMutualIntersector
process
public void process(Collection segStrings)
- Description copied from class:
SegmentSetMutualIntersector
- Computes the intersections for two collections of
SegmentStrings.
- Specified by:
process in class SegmentSetMutualIntersector
Copyright © 2011. All Rights Reserved.