Package org.locationtech.jts.noding
Class MCIndexNoder.SegmentOverlapAction
java.lang.Object
org.locationtech.jts.index.chain.MonotoneChainOverlapAction
org.locationtech.jts.noding.MCIndexNoder.SegmentOverlapAction
- Enclosing class:
MCIndexNoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
overlap
(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2) This function can be overridden if the original chains are neededMethods inherited from class org.locationtech.jts.index.chain.MonotoneChainOverlapAction
overlap
-
Constructor Details
-
SegmentOverlapAction
-
-
Method Details
-
overlap
Description copied from class:MonotoneChainOverlapAction
This function can be overridden if the original chains are needed- Overrides:
overlap
in classMonotoneChainOverlapAction
- Parameters:
start1
- the index of the start of the overlapping segment from mc1start2
- the index of the start of the overlapping segment from mc2
-