Class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction

java.lang.Object
org.locationtech.jts.index.chain.MonotoneChainOverlapAction
org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
Enclosing class:
MCIndexSegmentSetMutualIntersector

public static class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction extends MonotoneChainOverlapAction
  • Constructor Details

  • Method Details

    • overlap

      public void overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
      Description copied from class: MonotoneChainOverlapAction
      This function can be overridden if the original chains are needed
      Overrides:
      overlap in class 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