Geotools.Net

Geometry.Relate Method (Geometry)

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

[Visual Basic]
Overridable Overloads Public Function Relate( _
   ByVal geometry As Geometry _
) As IntersectionMatrix Implements _
   IGeometry.Relate
[C#]
public virtual IntersectionMatrix Relate(
   Geometry geometry
);

Parameters

geometry
The Geometry with which to compare this Geometry.

Return Value

Returns a matrix describing the intersections of the interiors, boundaries and exteriors of the two Geometrys

Implements

IGeometry.Relate

Remarks

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

See Also

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