Geotools.Net

Geometry.Union Method 

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

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

Parameters

geometry
the Geometry with which to compute the union

Return Value

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

Implements

IGeometry.Union

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace