Package org.locationtech.jts.operation.predicate
Classes which implement topological predicates optimized for particular kinds of geometries.
-
Class Summary 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 firstGeometry
is a rectangle.RectangleIntersects Implementation of the intersects spatial predicate optimized for the case where oneGeometry
is a rectangle.RectangleIntersectsSegmentVisitor A visitor to test for intersection between the query rectangle and the line segments of the geometry.