Geotools.Net

IGeometry.Relate Method (Geometry, String)

Returns true if the elements in the DE-9IM intersection matrix for the two Geometrys match the elements in intersectionPattern, which may be:

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

[Visual Basic]
Function Relate( _
   ByVal other As Geometry, _
   ByVal intersectionPattern As String _
) As Boolean
[C#]
bool Relate(
   Geometry other,
   string intersectionPattern
);

Parameters

other
The other geometry with which to compare to this geometry.
intersectionPattern
The 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 Geometries match intersectionPattern.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.Relate(Geotools.Geometries.Geometry,System.String)

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace | IGeometry.Relate Overload List