Tests whether the elements in the DE-9IM {@link IntersectionMatrix} for the two
Geometry
s match the elements in
intersectionPattern
.The pattern is a 9-character string, with symbols drawn from the following set:
- 0 (dimension 0)
- 1 (dimension 1)
- 2 (dimension 2)
- T ( matches 0, 1 or 2)
- F ( matches FALSE)
- * ( matches any value)
For more information on the DE-9IM, see the
OpenGIS Simple Features Specification.
@param other the
Geometry
with which to comparethis
Geometry
@param intersectionPattern the pattern against which to check theintersection matrix for the two
Geometry
s
@return
true
if the DE-9IM intersectionmatrix for the two
Geometry
s match
intersectionPattern
@see IntersectionMatrix