Package org.meteoinfo.jts.noding
Class MCIndexNoder.SegmentOverlapAction
- java.lang.Object
-
- org.meteoinfo.jts.index.chain.MonotoneChainOverlapAction
-
- org.meteoinfo.jts.noding.MCIndexNoder.SegmentOverlapAction
-
- Enclosing class:
- MCIndexNoder
public class MCIndexNoder.SegmentOverlapAction extends MonotoneChainOverlapAction
-
-
Field Summary
-
Fields inherited from class org.meteoinfo.jts.index.chain.MonotoneChainOverlapAction
overlapSeg1, overlapSeg2
-
-
Constructor Summary
Constructors Constructor Description SegmentOverlapAction(SegmentIntersector si)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoverlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)This function can be overridden if the original chains are needed-
Methods inherited from class org.meteoinfo.jts.index.chain.MonotoneChainOverlapAction
overlap
-
-
-
-
Constructor Detail
-
SegmentOverlapAction
public SegmentOverlapAction(SegmentIntersector si)
-
-
Method Detail
-
overlap
public void overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
Description copied from class:MonotoneChainOverlapActionThis function can be overridden if the original chains are needed- Overrides:
overlapin classMonotoneChainOverlapActionstart1- the index of the start of the overlapping segment from mc1start2- the index of the start of the overlapping segment from mc2
-
-