Uses of Class
org.locationtech.jts.index.chain.MonotoneChain
-
Packages that use MonotoneChain Package Description org.locationtech.jts.index.chain org.locationtech.jts.noding org.locationtech.jts.noding.snapround -
-
Uses of MonotoneChain in org.locationtech.jts.index.chain
Methods in org.locationtech.jts.index.chain with parameters of type MonotoneChain 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.voidMonotoneChainOverlapAction. overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)This function can be overridden if the original chains are neededvoidMonotoneChainSelectAction. select(MonotoneChain mc, int startIndex)This method is overridden to process a segment in the context of the parent chain. -
Uses of MonotoneChain in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding with parameters of type MonotoneChain Modifier and Type Method Description voidMCIndexNoder.SegmentOverlapAction. overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)voidMCIndexSegmentSetMutualIntersector.SegmentOverlapAction. overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2) -
Uses of MonotoneChain in org.locationtech.jts.noding.snapround
Methods in org.locationtech.jts.noding.snapround with parameters of type MonotoneChain Modifier and Type Method Description voidMCIndexPointSnapper.HotPixelSnapAction. select(MonotoneChain mc, int startIndex)
-