Package com.vividsolutions.jts.operation.predicate

Classes which implement topological predicates optimized for particular kinds of geometries.

See:
          Description

Class Summary
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.
 

Package com.vividsolutions.jts.operation.predicate Description

Classes which implement topological predicates optimized for particular kinds of geometries.