JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package org.locationtech.jts.operation.predicate
package
org.locationtech.jts.operation.predicate
Classes which implement topological predicates optimized for particular kinds of geometries.
Related Packages
Package
Description
org.locationtech.jts.operation
Provides classes for implementing operations on geometries
Classes
Class
Description
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.