Uses of Class
org.locationtech.jts.index.chain.MonotoneChainSelectAction
Packages that use MonotoneChainSelectAction
Package
Description
Contains classes that implement Monotone Chains
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 MonotoneChainSelectActionModifier and TypeMethodDescriptionprivate void
MonotoneChain.computeSelect
(Envelope searchEnv, int start0, int end0, MonotoneChainSelectAction mcs) 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