Uses of Class
org.locationtech.jts.index.chain.MonotoneChainSelectAction
-
Packages that use MonotoneChainSelectAction Package Description org.locationtech.jts.index.chain Contains classes that implement Monotone Chainsorg.locationtech.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings. -
-
Uses of MonotoneChainSelectAction in org.locationtech.jts.index.chain
Methods in org.locationtech.jts.index.chain with parameters of type MonotoneChainSelectAction Modifier and Type Method Description void
MonotoneChain. select(Envelope searchEnv, MonotoneChainSelectAction mcs)
Determine all the line segments in the chain whose envelopes overlap the searchEnvelope, and process them. -
Uses of MonotoneChainSelectAction in org.locationtech.jts.noding.snapround
Subclasses of MonotoneChainSelectAction in org.locationtech.jts.noding.snapround Modifier and Type Class Description static class
MCIndexPointSnapper.HotPixelSnapAction
-