Package org.locationtech.jts.index.chain
Contains classes that implement Monotone Chains
-
Class Summary Class Description MonotoneChain Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of intersections.MonotoneChainBuilder ConstructsMonotoneChain
s for sequences ofCoordinate
s.MonotoneChainOverlapAction The action for the internal iterator for performing overlap queries on a MonotoneChainMonotoneChainSelectAction The action for the internal iterator for performing envelope select queries on a MonotoneChain