MapWinGeoProc:ClipPointSFWithPoly ClipPointSFWithPolygon
From MapWindow GIS
ClipPointSFWithPolygon
Syntax
bool ClipPointSFWithPolygon(ref string pointSFPath, ref MapWinGIS.Shape polygon, ref string resultSFPath)
Summary
Returns a shapefile of points from the input shapefile that fall within the polygon.
Parameters
| pointSFPath | Full path to the point shapefile. |
| polygon | The polygon used for clipping the point shapefile. |
| resultSFPath | Full path to where the resulting point shapefile should be saved. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to ClipPointSFWithPoly
















