| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.vividsolutions.jts.index.chain.MonotoneChainOverlapActioncom.vividsolutions.jts.noding.MCIndexNoder.SegmentOverlapActionpublic class MCIndexNoder.SegmentOverlapActionextends MonotoneChainOverlapActionField Summary |
Fields inherited from class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction | |
overlapSeg1, overlapSeg2 | |
Constructor Summary | |
Method Summary | |
void |
|
Methods inherited from class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction | |
overlap, overlap | |
public void overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
This function can be overridden if the original chains are needed
- Overrides:
- overlap in interface MonotoneChainOverlapAction
- Parameters:
start1- the index of the start of the overlapping segment from mc1start2- the index of the start of the overlapping segment from mc2