Given 2 geometries a and b, a.Crosses(b) is true if and only if the dimension of the intersection of the interior of a and the interior of b is less than the greater of the dimension of the interior of a and the dimension of the interior of b and the intersection of a and b is neither a nor b.
d, e and f are MultiPoint geometries.
.NET Syntax
virtual bool Crosses(MgGeometry other);
|
Java Syntax
virtual boolean Crosses(MgGeometry other);
|
PHP Syntax
virtual bool Crosses(MgGeometry other);
|
- Parameters:
-
- Returns:
- True if this geometry spatially crosses the other geometry, false otherwise.