Uses of Class
com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction
-
Packages that use MonotoneChainOverlapAction Package Description com.vividsolutions.jts.index.chain Contains classes that implement Monotone Chainscom.vividsolutions.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences. -
-
Uses of MonotoneChainOverlapAction in com.vividsolutions.jts.index.chain
Methods in com.vividsolutions.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 com.vividsolutions.jts.noding
Subclasses of MonotoneChainOverlapAction in com.vividsolutions.jts.noding Modifier and Type Class Description classMCIndexNoder.SegmentOverlapActionclassMCIndexSegmentSetMutualIntersector.SegmentOverlapAction
-