IDW(反距离加权插值方法)
public void GPIDW(AxMapControl mapControl, ILayer layer, IEnvelope e, string pField, bool ISUPPER, string tucengname, double rasterPixel, double dInterval, ISpatialReference spatialReference_Un, string prj_name){
Geoprocessor GP = new Geoprocessor();
ESRI.ArcGIS.SpatialAnalystTools.Idw pIdw = new ESRI.ArcGIS.SpatialAnalystTools.Idw();
pIdw.in_point_features = ls_TempSavePath + "HistoryData\\" + layer.Name + ".shp";
pIdw.z_field = pField;
string outputfile = "idw_new"+DateTime.Now.Millisecond.ToString();
pIdw.out_raster = ls_TempSavePath + outputfile;