Geotools.Net

Geometry.Contains Method 

Returns true if this geometry contains the input geometry.

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

Parameters

geometry
The Geometry with which to compare this Geometry.

Return Value

Returns true if this Geometry contains other.

Implements

IGeometry.Contains

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace