Package com.vividsolutions.jts.index.chain

Contains classes that implement Monotone Chains

Class Summary

MonotoneChain MonotoneChains are a way of partitioning the segments of a linestring to allow for fast searching of intersections.
MonotoneChainBuilder A MonotoneChainBuilder implements functions to determine the monotone chains in a sequence of points.
MonotoneChainOverlapAction The action for the internal iterator for performing overlap queries on a MonotoneChain
MonotoneChainSelectAction The action for the internal iterator for performing envelope select queries on a MonotoneChain
Contains classes that implement Monotone Chains