Class SpatialPredicateFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.SpatialPredicateFunctions
-
public class SpatialPredicateFunctions extends Object
Implementations for spatial predicate functions.- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description SpatialPredicateFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
adjacentTo(Geometry a, Geometry b)
static boolean
contains(Geometry a, Geometry b)
static boolean
coveredBy(Geometry a, Geometry b)
static boolean
covers(Geometry a, Geometry b)
static boolean
crosses(Geometry a, Geometry b)
static boolean
disjoint(Geometry a, Geometry b)
static boolean
equals(Geometry a, Geometry b)
static boolean
interiorIntersects(Geometry a, Geometry b)
static boolean
intersects(Geometry a, Geometry b)
static boolean
overlaps(Geometry a, Geometry b)
static String
relate(Geometry a, Geometry b)
static boolean
touches(Geometry a, Geometry b)
static boolean
within(Geometry a, Geometry b)
-