See: Description
| Class | Description |
|---|---|
| RectangleContains |
Optimized implementation of spatial predicate "contains"
for cases where the first
Geometry is a rectangle. |
| RectangleIntersects |
Optimized implementation of spatial predicate "intersects"
for cases where the first
Geometry is a rectangle. |
| SegmentIntersectionTester |
Tests if any line segments in two sets of
CoordinateSequences intersect. |