Package org.locationtech.jts.operation.predicate


package org.locationtech.jts.operation.predicate
Classes which implement topological predicates optimized for particular kinds of geometries.
  • Classes
    Class
    Description
    Tests whether it can be concluded that a rectangle intersects a geometry, based on the relationship of the envelope(s) of the geometry.
    A visitor which tests whether it can be concluded that a geometry contains a vertex of a query geometry.
    Optimized implementation of the contains spatial predicate for cases where the first Geometry is a rectangle.
    Implementation of the intersects spatial predicate optimized for the case where one Geometry is a rectangle.
    A visitor to test for intersection between the query rectangle and the line segments of the geometry.