Class SpatialPredicateFunctions
java.lang.Object
org.locationtech.jtstest.function.SpatialPredicateFunctions
Implementations for spatial predicate functions.
- Author:
- Martin Davis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
static boolean
containsProperly
(Geometry a, Geometry b) static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
intersects
(Geometry a, Geometry b) static boolean
static boolean
static String
relateEndpoint
(Geometry a, Geometry b) static String
relateMatrix
(Geometry a, Geometry b) static String
relateMonoValent
(Geometry a, Geometry b) static String
static boolean
static boolean
-
Constructor Details
-
SpatialPredicateFunctions
public SpatialPredicateFunctions()
-
-
Method Details
-
intersects
-
crosses
-
disjoint
-
equals
-
contains
-
covers
-
coveredBy
-
within
-
overlaps
-
touches
-
interiorIntersects
-
adjacent
-
containsProperly
-
relateMatrix
-
relate
-
relateEndpoint
-
relateMultiValent
-
relateMonoValent
-