Class SpatialPredicateFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.SpatialPredicateFunctions
-
public class SpatialPredicateFunctions extends java.lang.ObjectImplementations for spatial predicate functions.
-
-
Constructor Summary
Constructors Constructor Description SpatialPredicateFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontains(Geometry a, Geometry b)static booleancoveredBy(Geometry a, Geometry b)static booleancovers(Geometry a, Geometry b)static booleancrosses(Geometry a, Geometry b)static booleandisjoint(Geometry a, Geometry b)static booleanequals(Geometry a, Geometry b)static booleanintersects(Geometry a, Geometry b)static booleanoverlaps(Geometry a, Geometry b)static java.lang.Stringrelate(Geometry a, Geometry b)static booleantouches(Geometry a, Geometry b)static booleanwithin(Geometry a, Geometry b)
-