|
| class | EnvelopeIntersectsVisitor |
| | Tests whether it can be concluded that a rectangle intersects a geometry, based on the relationship of the envelope(s) of the geometry.
|
| |
| class | GeometryContainsPointVisitor |
| | A visitor which tests whether it can be concluded that a geometry contains a vertex of a query geometry.
|
| |
| class | 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. More...
|
| |
| class | RectangleIntersects |
| | I Implementation of the Intersects spatial predicate optimized for the case where one IGeometry is a rectangle. More...
|
| |
| class | RectangleIntersectsSegmentVisitor |
| | A visitor to test for intersection between the query rectangle and the line segments of the geometry.
|
| |
| class | 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. More...
|
| |