摘要: //创建空间参考 ISpatialReference pSpatialReference = GetSpatialReferenc(mTimeTrackPoint); Dictionary<string,esriFieldType>pFieldStruct = new Dictionary<stri 阅读全文
posted @ 2017-06-07 16:37 基石 阅读(190) 评论(0) 推荐(0) 编辑
摘要: //针对中文乱码进行编码 string utf8String = pDisName;//pDisname为乱码的中文 byte[] buffer1 = Encoding.Default.GetBytes(utf8String); byte[] buffer2 = Encoding.Convert(E 阅读全文
posted @ 2017-06-07 16:30 基石 阅读(142) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-07 16:28 基石 阅读(5) 评论(0) 推荐(0) 编辑
摘要: FolderBrowserDialog pFolderBrowserDialog = new FolderBrowserDialog(); pFolderBrowserDialog.Description = "请选择工程目录"; if (pFolderBrowserDialog.ShowDialo 阅读全文
posted @ 2017-06-07 16:21 基石 阅读(196) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 获取文件夹名 /// </summary> /// <param name="path"></param> private void GetFilesName(string path) { DirectoryInfo directoryInfo = new Dir 阅读全文
posted @ 2017-06-07 16:18 基石 阅读(83) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 获取要素集中字段的唯一值 /// </summary> /// <param name="featureClass">图层</param> /// <param name="fieldName">字段名称</param> /// <returns></return 阅读全文
posted @ 2017-06-07 16:15 基石 阅读(189) 评论(0) 推荐(0) 编辑