Geotools.Net

Geometry.Disjoint Method 

Returns true if the DE-9IM intersection matrix for the two Geometrys is FF*FF****.

[Visual Basic]
Overridable Public Function Disjoint( _
   ByVal geometry As Geometry _
) As Boolean Implements _
   IGeometry.Disjoint
[C#]
public virtual bool Disjoint(
   Geometry geometry
);

Parameters

geometry
The Geometry with which to compare this Geometry.

Return Value

Returns true if the two Geometrys are disjoint, false otherwise.

Implements

IGeometry.Disjoint

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace