Geotools.Net

Geometry.Within Method 

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

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

Parameters

geometry
The Geometry with which to compare this Geometry.

Return Value

Returns true if this Geometry is within other geometry.

Implements

IGeometry.Within

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace