1 /// 创建点shapefile 2 /// 3 /// target point shapefile path 4 /// target point shapefile name 5 public static void createPointShapefile(IMap map, string filePath, string fileName) 6 { 7 //建立shape字段... Read More
posted @ 2016-09-06 14:38 道义相勖 Views(1047) Comments(0) Diggs(0) Edit
源:http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Create_JPEG_from_ActiveView_Snippet/004900000064000000/ Read More
posted @ 2016-09-06 09:15 道义相勖 Views(741) Comments(0) Diggs(0) Edit
1 /// <summary> 2 /// Create a raster GeoDataset grid from a FeatureClass. 3 /// </summary> 4 /// <param name="feaureClass">An IFeatureClass interface Read More
posted @ 2016-09-06 08:59 道义相勖 Views(509) Comments(0) Diggs(0) Edit