Uses of Class
org.locationtech.jts.index.chain.MonotoneChainOverlapAction
-
Packages that use MonotoneChainOverlapAction Package Description org.locationtech.jts.index.chain Contains classes that implement Monotone Chainsorg.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences. -
-
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 void
MonotoneChain. 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 class
MCIndexNoder.SegmentOverlapAction
static class
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
-