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 booleanstatic booleanstatic booleancontainsProperly(Geometry a, Geometry b) static booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanintersects(Geometry a, Geometry b) static booleanstatic booleanstatic StringrelateEndpoint(Geometry a, Geometry b) static StringrelateMatrix(Geometry a, Geometry b) static StringrelateMonoValent(Geometry a, Geometry b) static Stringstatic booleanstatic 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
-