Geotools.Net

Geometry.Intersection Method 

Returns a Geometry representing the points shared by this Geometry and other.

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

Parameters

geometry
The Geometry with which to compute the intersection.

Return Value

Returns the points common to the two Geometrys.

Implements

IGeometry.Intersection

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace