shopping2088 于 2014.07.02 17:51 提问
- AE利用clip裁切后 为何裁切得到的没有内容 只有相应字段?O(∩_∩)O谢谢
-
IFeatureClass outfeatureclass =
fworkspace.CreateFeatureClass("Clip_result", outfields, null, null, esriFeatureType.esriFTSimple, "Shape", "");ESRI.ArcGIS.AnalysisTools.Clip clipTool = new ESRI.ArcGIS.AnalysisTools.Clip(inputfeatureclass, clipfeatureclass, outfeatureclass); gp.Execute(clipTool, null); IFeatureLayer outlayer = new FeatureLayerClass(); outlayer.FeatureClass = outfeatureclass; outlayer.Name = outfeatureclass.AliasName; pMap.AddLayer((ILayer)outlayer); this.axMapControl1.ActiveView.Refresh()
准确详细的回答,更有利于被提问者采纳,从而获得C币。复制、灌水、广告等回答会被删除,是时候展现真正的技术了!