MapWinGeoProc:SpatialOperations SymmetricDifference
From MapWindow GIS
SymmetricDifference
Syntax
MapWinGIS.Shape SymmetricDifference(MapWinGIS.Shape poly1, MapWinGIS.Shape poly2)
Summary
Returns a new polygon representing the point set exclusive OR 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, but not both.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialOperations
















