Class SpatialPredicateFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.SpatialPredicateFunctions
-
public class SpatialPredicateFunctions extends java.lang.Object
Implementations for spatial predicate functions.
-
-
Constructor Summary
Constructors Constructor Description SpatialPredicateFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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
intersects(Geometry a, Geometry b)
static boolean
overlaps(Geometry a, Geometry b)
static java.lang.String
relate(Geometry a, Geometry b)
static boolean
touches(Geometry a, Geometry b)
static boolean
within(Geometry a, Geometry b)
-