MapWinGeoProc:SpatialOperations Union
From MapWindow GIS
Union
Syntax
MapWinGIS.Shape Union(MapWinGIS.Shape poly1, MapWinGIS.Shape poly2)
Summary
Returns a new polygon representing the point set combination of polygon1 with polygon2.
Parameters
| poly1 | The 2D polygon in need of clipping. |
| poly2 | The 2D polygon used for clipping poly1. |
Returns
Shape containing all points in poly1 and poly2.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialOperations
















