com.vividsolutions.jts.noding
Class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
java.lang.Object
com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction
com.vividsolutions.jts.noding.MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- Enclosing class:
- MCIndexSegmentSetMutualIntersector
public class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- extends MonotoneChainOverlapAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
public MCIndexSegmentSetMutualIntersector.SegmentOverlapAction(SegmentIntersector si)
overlap
public void overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2)
- Description copied from class:
MonotoneChainOverlapAction
- This function can be overridden if the original chains are needed
- Overrides:
overlap in class MonotoneChainOverlapAction
start1 - the index of the start of the overlapping segment from mc1start2 - the index of the start of the overlapping segment from mc2
Copyright © 2011. All Rights Reserved.