Uses of Class
org.locationtech.jts.index.chain.MonotoneChainOverlapAction
Packages that use MonotoneChainOverlapAction
Package
Description
Contains classes that implement Monotone Chains
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 MonotoneChainOverlapActionModifier and TypeMethodDescriptionvoidMonotoneChain.computeOverlaps(MonotoneChain mc, double overlapTolerance, MonotoneChainOverlapAction mco) Determines the line segments in two chains which may overlap, using an overlap distance tolerance, and passes them to an overlap action.voidMonotoneChain.computeOverlaps(MonotoneChain mc, MonotoneChainOverlapAction mco) Determines the line segments in two chains which may overlap, and passes them to an overlap action. -
Uses of MonotoneChainOverlapAction in org.locationtech.jts.noding
Subclasses of MonotoneChainOverlapAction in org.locationtech.jts.nodingModifier and TypeClassDescriptionstatic classstatic class