Namespace NetTopologySuite.Operation.Predicate
Classes
RectangleContains
Optimized implementation of spatial predicate "contains"
for cases where the first Geometry is a rectangle.
As a further optimization,
this class can be used directly to test many geometries against a single rectangle.
RectangleIntersects
I Implementation of the Intersects spatial predicate optimized for the case where one Geometry is a rectangle.
SegmentIntersectionTester
Tests if any line segments in two sets of CoordinateSequences intersect. Optimized for use when at least one input is of small size. Short-circuited to return as soon an intersection is found.