Geotools.Net

IGeometry.Union Method 

Returns a Geometry representing all the points in this Geometry and other.

[Visual Basic]
Function Union( _
   ByVal other As Geometry _
) As Geometry
[C#]
Geometry Union(
   Geometry other
);

Parameters

other
The other Geometry with which to compute the union.

Return Value

Returns a set combining the points of this Geometry and the points of other.

Remarks

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

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace