See: Description
| Class | Description |
|---|---|
| EnvelopeIntersectsVisitor |
Tests whether it can be concluded that a rectangle intersects a geometry,
based on the relationship of the envelope(s) of the geometry.
|
| GeometryContainsPointVisitor |
A visitor which tests whether it can be
concluded that a geometry contains a vertex of
a query geometry.
|
| RectangleContains |
Optimized implementation of the contains spatial predicate
for cases where the first
Geometry is a rectangle. |
| RectangleIntersects |
Implementation of the intersects spatial predicate
optimized for the case where one
Geometry is a rectangle. |
| RectangleIntersectsSegmentVisitor |
A visitor to test for intersection between the query
rectangle and the line segments of the geometry.
|