MapWinGeoProc:TerrainAnalysis Slope
From MapWindow GIS
Slope
Syntax
Slope(string inDEMPath, string outSlopePath, System.Boolean slopeInPercent, MapWinGIS.ICallback callback)
Summary
Slope will take a DEM and an output path and form a slope grid using the 3rd Order Finite Difference slope algorithm found in Bolstad GIS Fundamentals
Parameters
| inDEMPath | Path to the input DEM |
| outSlopePath | Path to the output slope grid |
| slopeInPercent | True if output should be in percent, false if not |
| callback | Callback object for progress and status messages |
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to TerrainAnalysis
















