Geotools.Net

Geometry.Relate Method (Geometry, String)

Returns true if the elements in the DE-9IM intersection matrix for the two Geometrys match the elements in intersectionPattern.

[Visual Basic]
Overridable Overloads Public Function Relate( _
   ByVal geometry As Geometry, _
   ByVal intersectionPattern As String _
) As Boolean Implements _
   IGeometry.Relate
[C#]
public virtual bool Relate(
   Geometry geometry,
   string intersectionPattern
);

Parameters

geometry
The Geometry with which to compare this Geometry.
intersectionPattern
The pattern against which to check the intersection matrix for the two Geometrys.

Return Value

Returns true if the DE-9IM intersection matrix for the two Geometrys match intersectionPattern.

Implements

IGeometry.Relate

Remarks

These may be:

For more information on the DE-9IM, see the OpenGIS Simple Features Specification.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace | Geometry.Relate Overload List