Geotools.Net

IntersectionMatrix.IsOverlaps Method 

Returns true if this IntersectionMatrix is: <ul> <li> T*T***T** (for two points or two surfaces) <li> 1*T***T** (for two curves) </ul>

[Visual Basic]
Public Function IsOverlaps( _
   ByVal dimensionOfGeometryA As Integer, _
   ByVal dimensionOfGeometryB As Integer _
) As Boolean
[C#]
public bool IsOverlaps(
   int dimensionOfGeometryA,
   int dimensionOfGeometryB
);

Parameters

dimensionOfGeometryA
The dimension of the first Geometry.
dimensionOfGeometryB
The dimension of the second Geometry.

Return Value

Returns true if the two Geometries related by this IntersectionMatrix overlap. For this function to return true, the Geometries must be two points, two curves or two surfaces.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IntersectionMatrix.IsOverlaps(System.Int32,System.Int32)

See Also

IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace