MapWinGeoProc:Utils ShapefileToGrid
From MapWindow GIS
ShapefileToGrid
Converts a shapefile to a grid. Polygon, line, multipoint and point shapefiles are supported. The function has three overloaded versions.
Specific Overloads
| OverLoad 1 | ShapefileToGrid(string sfPath, string gridPath, MapWinGIS.GridFileType grFileType, MapWinGIS.GridDataType grDataType, string sfValueField, double gridCellSize, MapWinGIS.ICallback cback) |
| OverLoad 2 | ShapefileToGrid(string sfPath, string gridPath, MapWinGIS.GridFileType grFileType, MapWinGIS.GridDataType grDataType, string sfValueField, double gridCellSize, MapWinGIS.Extents gridExtents, MapWinGIS.ICallback cback) |
| OverLoad 3 | ShapefileToGrid(string sfPath, string gridPath, MapWinGIS.GridFileType grFileType, MapWinGIS.GridDataType grDataType, string sfValueField, MapWinGIS.GridHeader grHeader, MapWinGIS.ICallback cback) |
Please note: This function is new in MapWindow version 4.5
















