上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: 一、32位的Windows:1. 运行->cmd2. cd C:\Windows\Microsoft.NET\Framework\v4.0.303193. aspnet_regiis.exe -i 二、64位的Windows: 1. 运行->cmd2. cd C:\Windows\Microsoft 阅读全文
posted @ 2022-03-02 17:28 恋上微笑的天使 阅读(116) 评论(0) 推荐(0)
摘要: MapGIS 10 Desktop API CutGeometryByGeometry 方法 请参见 示例 MapGIS.G3DAnalysis.ModelCut 命名空间 > G3DModelCut 类 : CutGeometryByGeometry 方法 C# geomA 被切割对象,支持面、体 阅读全文
posted @ 2022-03-02 15:18 恋上微笑的天使 阅读(286) 评论(0) 推荐(0)
摘要: private GeoPolygon GetGeoPolygon0(string filepath) { //IVectorCls VectorCls = null; ////打开简单要素类 //VectorCls = new SFeatureCls(); /*bool rtn = VectorCl 阅读全文
posted @ 2022-03-02 15:17 恋上微笑的天使 阅读(47) 评论(0) 推荐(0)
摘要: private void 长方体切割01ToolStripMenuItem_Click(object sender, EventArgs e) { Server svr = new Server(); //连接数据源 svr.Connect("MapGISLocal", "", ""); DataB 阅读全文
posted @ 2022-03-02 15:16 恋上微笑的天使 阅读(101) 评论(0) 推荐(0)
摘要: using MapGIS.GeoObjects.Geometry; using MapGIS.GeoDataBase; Server svr = null; IVectorCls VectorCls = null; Rect _Rect = null; //变量初始化 svr = new Serve 阅读全文
posted @ 2022-03-02 15:16 恋上微笑的天使 阅读(63) 评论(0) 推荐(0)
摘要: 6x.wt 点文件.wl 线文件.wp 区文件数据库sfclsp 点文件sfclsl 线文件sfclsr 区文件sfclss 面sfclse 体 阅读全文
posted @ 2022-03-02 15:14 恋上微笑的天使 阅读(178) 评论(0) 推荐(0)
摘要: private string ZHTTLX(esriGeometryType geotype) { string stype = geotype.ToString(); switch (geotype) { case esriGeometryType.esriGeometryAny: stype = 阅读全文
posted @ 2021-07-26 10:23 恋上微笑的天使 阅读(285) 评论(0) 推荐(0)
摘要: viewer.scene.sun.show = false; //在Cesium1.6(不确定)之后的版本会显示太阳和月亮,不关闭会影响展示 viewer.scene.moon.show = false; viewer.scene.skyBox.show = false;//关闭天空盒,否则会显示天 阅读全文
posted @ 2021-06-30 10:51 恋上微笑的天使 阅读(301) 评论(0) 推荐(0)
摘要: System.Drawing.Color c = System.Drawing.Color.Blue; //获取系统颜色编号 int i = c.ToArgb(); string labelResultName = iconLabel.AddLabelText("注记", new Dot3D(dot 阅读全文
posted @ 2021-04-23 15:14 恋上微笑的天使 阅读(198) 评论(0) 推荐(0)
摘要: 代码如下: private void DataGridViewExportSheet(Aspose.Cells.Worksheet sheet, DataGridView dataGridView) { int irows = dataGridView.RowCount; int icols = d 阅读全文
posted @ 2021-04-20 11:48 恋上微笑的天使 阅读(1186) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页