public static class MCIndexNoder.SegmentOverlapAction extends MonotoneChainOverlapAction
Constructor | Description |
---|---|
SegmentOverlapAction(SegmentIntersector si) |
Modifier and Type | Method | Description |
---|---|---|
void |
overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2) |
This function can be overridden if the original chains are needed
|
overlap
public SegmentOverlapAction(SegmentIntersector si)
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 mc2Copyright © 2018. All rights reserved.