com.vividsolutions.jts.noding

Class MCIndexNoder.SegmentOverlapAction

Enclosing Class:
MCIndexNoder

public class MCIndexNoder.SegmentOverlapAction
extends MonotoneChainOverlapAction

Field Summary

Fields inherited from class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction

overlapSeg1, overlapSeg2

Constructor Summary

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, overlap

Constructor Details

SegmentOverlapAction

public SegmentOverlapAction(SegmentIntersector si)

Method Details

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 mc1
start2 - the index of the start of the overlapping segment from mc2