MapWinGeoProc:SpatialOperations Identity
From MapWindow GIS
Identity
Syntax
bool Identity(ref string inputSFPath, ref string identitySFPath, ref string resultSFPath)
Summary
Not Implemented
Computes a geometric intersection of the input shapes and the indentity shapes.
The input shapes, or portions thereof that overlap the identity shapes, will get
the attributes of those identity shapes.
Parameters
| inputSFPath | The full path to the input shapefile. |
| identitySFPath | The full path to the identity shapefile. |
| resultSFPath | The full path to the result shapefile. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialOperations
















