Uses of Class
org.locationtech.jts.index.chain.MonotoneChainOverlapAction
-
Packages that use MonotoneChainOverlapAction Package Description org.locationtech.jts.index.chain org.locationtech.jts.noding -
-
Uses of MonotoneChainOverlapAction in org.locationtech.jts.index.chain
Methods in org.locationtech.jts.index.chain with parameters of type MonotoneChainOverlapAction Modifier and Type Method Description voidMonotoneChain. computeOverlaps(MonotoneChain mc, MonotoneChainOverlapAction mco)Determine all the line segments in two chains which may overlap, and process them. -
Uses of MonotoneChainOverlapAction in org.locationtech.jts.noding
Subclasses of MonotoneChainOverlapAction in org.locationtech.jts.noding Modifier and Type Class Description static classMCIndexNoder.SegmentOverlapActionstatic classMCIndexSegmentSetMutualIntersector.SegmentOverlapAction
-