|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.index.chain.MonotoneChainOverlapAction
com.vividsolutions.jts.noding.MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
public class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
Field Summary |
---|
Fields inherited from class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction |
---|
overlapSeg1, overlapSeg2 |
Constructor Summary | |
---|---|
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction(SegmentIntersector si)
|
Method Summary | |
---|---|
void |
overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2)
This function can be overridden if the original chains are needed |
Methods inherited from class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction |
---|
overlap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MCIndexSegmentSetMutualIntersector.SegmentOverlapAction(SegmentIntersector si)
Method Detail |
---|
public void overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
MonotoneChainOverlapAction
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |