MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgGeometry* MgGeometry::Union ( MgGeometry other) [virtual]

Returns a geometry that represents the point set union of this geometry with another.

.NET Syntax
virtual MgGeometry Union(MgGeometry other);
Java Syntax
virtual MgGeometry Union(MgGeometry other);
PHP Syntax
virtual MgGeometry Union(MgGeometry other);
Parameters:
other(MgGeometry) The MgGeometry to union with this one.
Returns:
An MgGeometry representing the union of the two geometries.