Geotools.Net

IGeometry.Relate Method (Geometry)

Returns the DE-9IM intersection matrix for the two Geometries.

[Visual Basic]
Function Relate( _
   ByVal other As Geometry _
) As IntersectionMatrix
[C#]
IntersectionMatrix Relate(
   Geometry other
);

Parameters

other
The other geometry with which to compare to this geometry.

Return Value

Returns a matrix describing the intersection of the interiors, boundaries, and exteriors of the two geometries.

Remarks

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

See Also

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