|
||||||||||
| 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.MCIndexNoder.SegmentOverlapAction
| Field Summary |
| Fields inherited from class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction |
overlapSeg1, overlapSeg2 |
| Constructor Summary | |
MCIndexNoder.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 MCIndexNoder.SegmentOverlapAction(SegmentIntersector si)
| Method Detail |
public void overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2)
MonotoneChainOverlapAction
overlap in class MonotoneChainOverlapActionstart1 - 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 | |||||||||