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
Returns a set combining the points of this Geometry and the points of other geometry.
Missing <remarks> documentation for M:Geotools.Geometries.Geometry.Union(Geotools.Geometries.Geometry)
Geometry Class | Geometry Members | Geotools.Geometries Namespace