随笔分类 - Mapgis
摘要:class RectSelectTool : GISBasTool { //地图视图控件 MapControl mapCtrl; //交互工具:选择工具控件 public SelectTool selTool; //选择数据时的数据类型过滤 SelectDataType dataType; //查询
阅读全文
摘要:OutPut outPut = _sceneCtrl3D.GetOutPut(); uint width = outPut.GetViewWidth(); uint height = outPut.GetViewHeight(); FrmSceneOutput sceneOutput = new F
阅读全文
摘要://GeoPolygon surface = (GeoPolygon)((IGeometry3D)sfcls.GetGeometry(recordSet.CurrentID)).GetBoundary(); // GeoPolygon surface = (GeoPolygon)((IGeometr
阅读全文
摘要:MapGIS 10 Desktop API CutGeometryByGeometry 方法 请参见 示例 MapGIS.G3DAnalysis.ModelCut 命名空间 > G3DModelCut 类 : CutGeometryByGeometry 方法 C# geomA 被切割对象,支持面、体
阅读全文
摘要:private GeoPolygon GetGeoPolygon0(string filepath) { //IVectorCls VectorCls = null; ////打开简单要素类 //VectorCls = new SFeatureCls(); /*bool rtn = VectorCl
阅读全文
摘要:private void 长方体切割01ToolStripMenuItem_Click(object sender, EventArgs e) { Server svr = new Server(); //连接数据源 svr.Connect("MapGISLocal", "", ""); DataB
阅读全文
摘要:using MapGIS.GeoObjects.Geometry; using MapGIS.GeoDataBase; Server svr = null; IVectorCls VectorCls = null; Rect _Rect = null; //变量初始化 svr = new Serve
阅读全文
摘要:6x.wt 点文件.wl 线文件.wp 区文件数据库sfclsp 点文件sfclsl 线文件sfclsr 区文件sfclss 面sfclse 体
阅读全文
摘要:System.Drawing.Color c = System.Drawing.Color.Blue; //获取系统颜色编号 int i = c.ToArgb(); string labelResultName = iconLabel.AddLabelText("注记", new Dot3D(dot
阅读全文