• 大小: 5.33MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-10
  • 语言: 其他
  • 标签: SuperMap  Objects  

资源简介

例在SuperMap Objects 中实现对点对象的服务区分析,并在窗体展示分析结果。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace ServiceArea
{
    public partial class FrmAbout : Form
    {
        public FrmAbout()
        {
            InitializeComponent();
        }

        private void btnOK_Click(object sender EventArgs e)
        {
            this.Close();
        }

        private void FrmAbout_Load(object sender EventArgs e)
        {
            this.Text = “关于“ + Application.ProductName;
            this.lblCompany.Text = “版权所有 2000-2008 北京超图软件股份有限公司。保留所有权利。“;
            this.lbltitle.Text = Application.ProductName;
            this.lblVersion.Text = “基于SuperMap objects 6组件平台。“;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    5660672  2012-12-02 14:42  ServiceArea\Data\map.sdb

     文件    1241088  2012-12-02 14:42  ServiceArea\Data\map.sdd

     文件    3057615  2012-11-29 11:28  ServiceArea\Data\芜湖地图.smw

     文件       6144  2012-11-29 13:50  ServiceArea\ServiceArea\bin\Debug\AxInterop.SuperAnalystLib.dll

     文件      36864  2012-11-29 13:50  ServiceArea\ServiceArea\bin\Debug\AxInterop.SuperLegendLib.dll

     文件      81920  2012-11-29 13:50  ServiceArea\ServiceArea\bin\Debug\AxInterop.SuperMapLib.dll

     文件      18944  2012-11-29 13:50  ServiceArea\ServiceArea\bin\Debug\AxInterop.SuperWkspManagerLib.dll

     文件      77824  2012-11-29 13:50  ServiceArea\ServiceArea\bin\Debug\Interop.SuperAnalystLib.dll

     文件      45056  2012-11-29 13:50  ServiceArea\ServiceArea\bin\Debug\Interop.SuperLegendLib.dll

     文件     655360  2012-11-29 13:50  ServiceArea\ServiceArea\bin\Debug\Interop.SuperMapLib.dll

     文件      36864  2012-11-29 13:50  ServiceArea\ServiceArea\bin\Debug\Interop.SuperWkspManagerLib.dll

     文件     129024  2012-11-30 11:42  ServiceArea\ServiceArea\bin\Debug\ServiceArea.exe

     文件      46592  2012-11-30 11:42  ServiceArea\ServiceArea\bin\Debug\ServiceArea.pdb

     文件      11592  2012-12-02 14:45  ServiceArea\ServiceArea\bin\Debug\ServiceArea.vshost.exe

     文件        490  2009-06-11 05:14  ServiceArea\ServiceArea\bin\Debug\ServiceArea.vshost.exe.manifest

     文件        870  2012-11-29 10:30  ServiceArea\ServiceArea\FrmAbout.cs

     文件       5382  2012-11-29 10:30  ServiceArea\ServiceArea\FrmAbout.Designer.cs

     文件     141391  2012-11-29 10:30  ServiceArea\ServiceArea\FrmAbout.resx

     文件      19984  2012-12-02 14:52  ServiceArea\ServiceArea\FrmMain.cs

     文件      24046  2012-12-02 14:52  ServiceArea\ServiceArea\FrmMain.Designer.cs

     文件      22577  2012-12-02 14:52  ServiceArea\ServiceArea\FrmMain.resx

     文件       1011  2012-11-29 11:09  ServiceArea\ServiceArea\NetworkSetting.cs

     文件       6144  2012-11-29 13:50  ServiceArea\ServiceArea\obj\Debug\AxInterop.SuperAnalystLib.dll

     文件      36864  2012-11-29 13:50  ServiceArea\ServiceArea\obj\Debug\AxInterop.SuperLegendLib.dll

     文件      81920  2012-11-29 13:50  ServiceArea\ServiceArea\obj\Debug\AxInterop.SuperMapLib.dll

     文件      18944  2012-11-29 13:50  ServiceArea\ServiceArea\obj\Debug\AxInterop.SuperWkspManagerLib.dll

     文件      77824  2012-11-29 13:50  ServiceArea\ServiceArea\obj\Debug\Interop.SuperAnalystLib.dll

     文件      45056  2012-11-29 13:50  ServiceArea\ServiceArea\obj\Debug\Interop.SuperLegendLib.dll

     文件     655360  2012-11-29 13:50  ServiceArea\ServiceArea\obj\Debug\Interop.SuperMapLib.dll

     文件      36864  2012-11-29 13:50  ServiceArea\ServiceArea\obj\Debug\Interop.SuperWkspManagerLib.dll

............此处省略33个文件信息

评论

共有 条评论