摘要: //在MDB里创建空表 白明雅 2019-03-29 IFields fields = null; GeoDBAPI.CreateFields(inFc.FeatureClass.Fields, out fields); IFeatureDataset dataset = inFc.FeatureC 阅读全文
posted @ 2019-03-29 19:51 天要下雨娘要嫁人 阅读(183) 评论(0) 推荐(0)
摘要: IFeatureClass dljxFC = Env.Instance.KMap.GetFeatureClassByName(Env.Instance.DefaultValue.DLJX_TableName); if (list != null) { //List<IGeometry> dljxLi 阅读全文
posted @ 2019-02-20 13:57 天要下雨娘要嫁人 阅读(109) 评论(0) 推荐(0)
摘要: IFeatureClass pToFeatureClass=“要素集”; IClass pClass = pToFeatureClass as IClass; IField fld = new FieldClass();IFieldEdit2 fldE = fld as IFieldEdit2;fl 阅读全文
posted @ 2019-02-14 09:59 天要下雨娘要嫁人 阅读(111) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/BeyondWJsel/archive/2013/03/07/2948405.html 阅读全文
posted @ 2019-02-13 14:37 天要下雨娘要嫁人 阅读(343) 评论(0) 推荐(0)
摘要: 方法一: IFeatureClass pFeatureclass = pFeatureLayer.FeatureClass; IQueryFilter pQuery = new QueryFilterClass(); pQuery.WhereClause = "OBJECTID=" + aaa+ " 阅读全文
posted @ 2018-12-11 16:51 天要下雨娘要嫁人 阅读(288) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-12-10 10:23 天要下雨娘要嫁人 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-12-04 15:59 天要下雨娘要嫁人 阅读(2) 评论(0) 推荐(0)
摘要: System.Runtime.InteropServices.Marshal.FinalReleaseComObject(geoFeaLayer); 阅读全文
posted @ 2018-11-29 16:44 天要下雨娘要嫁人 阅读(146) 评论(0) 推荐(0)
摘要: IFeatureLayer pFeatureLayer = (CustomProperty as IFeatureLayer); ISelectionSet pSelectionSet = (pFeatureLayer as IFeatureSelection).SelectionSet; if ( 阅读全文
posted @ 2018-11-26 15:26 天要下雨娘要嫁人 阅读(236) 评论(0) 推荐(0)
摘要: 声名 内容引用与:https://www.cnblogs.com/henyihanwobushi/archive/2013/03/07/2947275.html 首先一定要获取Featureclass,利用Featureclass获取IWorkspace和IWorkspaceEdit: IWorks 阅读全文
posted @ 2018-11-19 14:45 天要下雨娘要嫁人 阅读(318) 评论(0) 推荐(0)