Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgGeometry
Boundary
Buffer
Contains
ConvexHull
Crosses
Difference
Disjoint
Distance
Equals
GetGeometryType
Intersection
Intersects
Overlaps
SymetricDifference
Touches
Union
Within
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.
Comments or suggestions? Send us
feedback
.