public static class MCIndexNoder.SegmentOverlapAction extends MonotoneChainOverlapAction
| Constructor and Description |
|---|
SegmentOverlapAction(SegmentIntersector si) |
| Modifier and Type | Method and Description |
|---|---|
void |
overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2)
This function can be overridden if the original chains are needed
|
overlappublic SegmentOverlapAction(SegmentIntersector si)
public void overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
MonotoneChainOverlapActionoverlap in class MonotoneChainOverlapActionstart1 - the index of the start of the overlapping segment from mc1start2 - the index of the start of the overlapping segment from mc2Copyright © 2024. All rights reserved.