摘要: 阅读全文
posted @ 2016-06-15 10:56 恋上微笑的天使 阅读(240) 评论(0) 推荐(0) 编辑
摘要: SqlConnection conn = new SqlConnection("uid=sa;pwd=*;database=login;server=server"); SqlCommand myCom = conn.CreateCommand(); myCom.CommandType = CommandType.Text; if(txtB_user.Text.Leng... 阅读全文
posted @ 2016-06-15 10:53 恋上微笑的天使 阅读(209) 评论(0) 推荐(0) 编辑
摘要: string password = txtPassword.Text.ToString(); string name = txtUserName.SelectedItem.ToString(); string connecitonString = "server=(local);" + "intetrated securi... 阅读全文
posted @ 2016-06-15 10:52 恋上微笑的天使 阅读(165) 评论(0) 推荐(0) 编辑
摘要: ISpatialReferenceFactory3 spatialReferenceFactory = new SpatialReferenceEnvironmentClass(); //geometryDefEdit.SpatialReference_2 = spatialReferenceFactory.CreateGeographicCoordinateSystem((int)esriSR... 阅读全文
posted @ 2016-06-13 15:29 恋上微笑的天使 阅读(238) 评论(0) 推荐(0) 编辑
摘要: public ESRI.ArcGIS.Geodatabase.IFeatureClass CreateFeatureClassForLine(ESRI.ArcGIS.Geodatabase.IWorkspace2 workspace, ESRI.ArcGIS.Geodatabase.IFeatureDataset featureDataset, System.String fea... 阅读全文
posted @ 2016-06-13 14:57 恋上微笑的天使 阅读(1647) 评论(0) 推荐(0) 编辑
摘要: 单独生成要素类: 在要素集中添加要素类: 创建不同类型的要素类: 阅读全文
posted @ 2016-06-12 17:40 恋上微笑的天使 阅读(2124) 评论(0) 推荐(0) 编辑
摘要: public IFeatureDataset CreateFeatureDataset_Example(IWorkspace workspace, string fdsName, ISpatialReference fdsSR) { IFeatureWorkspace featureWorkspace = (IFeatureWorkspac... 阅读全文
posted @ 2016-06-12 17:37 恋上微笑的天使 阅读(604) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/ml5271169588/article/details/44220055 阅读全文
posted @ 2016-06-12 17:08 恋上微笑的天使 阅读(137) 评论(0) 推荐(0) 编辑
摘要: public ESRI.ArcGIS.Geodatabase.IFeatureClass CreateFeatureClass(ESRI.ArcGIS.Geodatabase.IWorkspace2 workspace, ESRI.ArcGIS.Geodatabase.IFeatureDataset 阅读全文
posted @ 2016-06-12 17:02 恋上微笑的天使 阅读(2985) 评论(0) 推荐(0) 编辑
摘要: 根据要素集名称进行判断 阅读全文
posted @ 2016-06-08 15:28 恋上微笑的天使 阅读(1032) 评论(0) 推荐(0) 编辑