MapGuide API Reference
|
virtual MgGeometry* MgGeometry::Union | ( | MgGeometry * | other | ) | [virtual] |
Returns a geometry that represents the point set union of this geometry with another.
virtual MgGeometry Union(MgGeometry other); |
virtual MgGeometry Union(MgGeometry other); |
virtual MgGeometry Union(MgGeometry other); |
other | (MgGeometry) The MgGeometry to union with this one. |