MapWinGeoProc:ClipPolySFWithPoly ProcessAllInsidePoints
From MapWindow GIS
ProcessAllInsidePoints
Syntax
bool ProcessAllInsidePoints(ref MapWinGIS.Shape line, ref MapWinGIS.Shape polygon, ref MapWinGIS.Shapefile resultSF)
Summary
For lines where every point lies within the polygon, this function will
find if a 2pt segment crosses outside of the polygon and then adds only the
internal segments to the result file.
Parameters
| line | The line whose points are all inside the polygon. |
| polygon | The polygon being checked for intersection. |
| resultSF | The file the internal segments should be saved to. |
Returns
False if errors were encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to ClipPolySFWithPoly
















