随笔分类 -  Mapgis

摘要:class RectSelectTool : GISBasTool { //地图视图控件 MapControl mapCtrl; //交互工具:选择工具控件 public SelectTool selTool; //选择数据时的数据类型过滤 SelectDataType dataType; //查询 阅读全文
posted @ 2023-06-25 10:13 恋上微笑的天使 阅读(33) 评论(0) 推荐(0) 编辑
摘要:OutPut outPut = _sceneCtrl3D.GetOutPut(); uint width = outPut.GetViewWidth(); uint height = outPut.GetViewHeight(); FrmSceneOutput sceneOutput = new F 阅读全文
posted @ 2023-01-29 11:05 恋上微笑的天使 阅读(24) 评论(0) 推荐(0) 编辑
摘要://GeoPolygon surface = (GeoPolygon)((IGeometry3D)sfcls.GetGeometry(recordSet.CurrentID)).GetBoundary(); // GeoPolygon surface = (GeoPolygon)((IGeometr 阅读全文
posted @ 2022-06-28 16:03 恋上微笑的天使 阅读(167) 评论(0) 推荐(0) 编辑
摘要:MapGIS 10 Desktop API CutGeometryByGeometry 方法 请参见 示例 MapGIS.G3DAnalysis.ModelCut 命名空间 > G3DModelCut 类 : CutGeometryByGeometry 方法 C# geomA 被切割对象,支持面、体 阅读全文
posted @ 2022-03-02 15:18 恋上微笑的天使 阅读(274) 评论(0) 推荐(0) 编辑
摘要:private GeoPolygon GetGeoPolygon0(string filepath) { //IVectorCls VectorCls = null; ////打开简单要素类 //VectorCls = new SFeatureCls(); /*bool rtn = VectorCl 阅读全文
posted @ 2022-03-02 15:17 恋上微笑的天使 阅读(34) 评论(0) 推荐(0) 编辑
摘要:private void 长方体切割01ToolStripMenuItem_Click(object sender, EventArgs e) { Server svr = new Server(); //连接数据源 svr.Connect("MapGISLocal", "", ""); DataB 阅读全文
posted @ 2022-03-02 15:16 恋上微笑的天使 阅读(93) 评论(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 恋上微笑的天使 阅读(49) 评论(0) 推荐(0) 编辑
摘要:6x.wt 点文件.wl 线文件.wp 区文件数据库sfclsp 点文件sfclsl 线文件sfclsr 区文件sfclss 面sfclse 体 阅读全文
posted @ 2022-03-02 15:14 恋上微笑的天使 阅读(170) 评论(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 恋上微笑的天使 阅读(187) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示