Uses of Class
org.locationtech.jts.index.chain.MonotoneChain
Packages that use MonotoneChain
Package
Description
Contains classes that implement Monotone Chains
Classes to compute nodings for arrangements of line segments and line segment sequences.
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
-
Uses of MonotoneChain in org.locationtech.jts.index.chain
Methods in org.locationtech.jts.index.chain with parameters of type MonotoneChainModifier and TypeMethodDescriptionvoid
MonotoneChain.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.void
MonotoneChain.computeOverlaps
(MonotoneChain mc, MonotoneChainOverlapAction mco) Determines the line segments in two chains which may overlap, and passes them to an overlap action.void
MonotoneChainOverlapAction.overlap
(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2) This function can be overridden if the original chains are neededvoid
MonotoneChainSelectAction.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 MonotoneChainModifier and TypeMethodDescriptionvoid
MCIndexNoder.SegmentOverlapAction.overlap
(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2) void
MCIndexSegmentSetMutualIntersector.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 MonotoneChainModifier and TypeMethodDescriptionvoid
MCIndexPointSnapper.HotPixelSnapAction.select
(MonotoneChain mc, int startIndex) Check if a segment of the monotone chain intersects the hot pixel vertex and introduce a snap node if so.