Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction
com.vividsolutions.jts.noding.MCQuadtreeNoder.SegmentOverlapAction
public class MCQuadtreeNoder.SegmentOverlapAction
extends MonotoneChainOverlapAction
Field 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