Geotools.Net

IntersectionMatrix.IsIntersects Method 

Returns true if IsDisjoint returns false.

[Visual Basic]
Public Function IsIntersects() As Boolean
[C#]
public bool IsIntersects();

Return Value

Returns true if the two Geometries related by this IntersectionMatrix intersect.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IntersectionMatrix.IsIntersects

See Also

IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace