SharpMap项目。


网上下的SharpMap的项目例子。资源非常难找。例子不错。新手很容易上手,传给大家分享。
资源截图
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace iLocateSharpMap
{
    public partial class baseStationMonitorForm : Form
    {
        public baseStationMonitorForm()
        {
            InitializeComponent();
        }

        public string baseName
        {
            get { return this.Tag.ToString(); }
            set
            {
                this.Text = “基站[“ + value + “]“;
                this.Tag = value;
            }
        }

        public double Longitude
        {
            set 
            {
                label2_longitude.Text = value.ToString(“0.00“);
            }
        }

        public double Latitude
        {
            set
            {
                label4_latitude.Text = value.ToString(“0.00“);
            }
        }

        public double GPSHeight
        {
            set
            {
                label6_height.Text = value.ToString();
            }
        }

        public int SatelliteNum
        {
            set
            {
                label8_satelliteNum.Text = value.ToString();
            }
        }

        public int PositionMethod
        {
            set
            {
                //
            }
        }

        public DateTime Time
        {
            set
            {
                label12_dateTime.Text = value.ToLongTimeString();
            }
        }

        public float Distance1
        {
            set
            {
                colorStrip1.CurrentValue = (int)value;
            }
        }
        public float Distance2
        {
            set
            {
                colorStrip2.CurrentValue = (int)value;
            }
        }
        public float Distance3
        {
            set
            {
                colorStrip3.CurrentValue = (int)value;
            }
        }
        public float Distance4
        {
            set
            {
                colorStrip4.CurrentValue = (int)value;
            }
        }
        public float Distance5
        {
            set
            {
                colorStrip5.CurrentValue = (int)value;
            }
        }

    }
}

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

    I.A....      1511  2013-05-29 15:01  hbwt监控程序iLocateSharpMapApp.config

    I.A....    244888  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassembly1226S.Csv

    I.A....     27136  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyadrg.dll

    I.A....   2973559  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblygd.dll

    I.A....     24576  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblydonetech.hbwt.network.dll

    I.A....     24576  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblydtcanada.dll

    I.A....     28672  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblydted.dll

    I.A....     24635  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblydtusa.dll

    I.A....     28672  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblygdalconst_csharp.dll

    I.A....      9216  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblygdalconst_wrap.dll

    I.A....     73728  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblygdal_csharp.dll

    I.A....   5259264  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblygdal_fw.dll

    I.A....    390656  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblygdal_managed.dll

    I.A....     73728  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblygdal_wrap.dll

    I.A....    286720  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblygdk-1.3.dll

    I.A....     28672  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoAPI.dll

    I.A....     24030  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfocitiesMapInfo.dat

    I.A....      1912  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfocitiesMapInfo.id

    I.A....      9216  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfocitiesMapInfo.map

    I.A....       175  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfocitiesMapInfo.tab

    I.A....      6713  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfocountriesMapInfo.dat

    I.A....       588  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfocountriesMapInfo.id

    I.A....    243200  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfocountriesMapInfo.map

    I.A....       150  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfocountriesMapInfo.tab

    I.A....      8036  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfo
iversMapInfo.dat

    I.A....       392  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfo
iversMapInfo.id

    I.A....     44032  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfo
iversMapInfo.map

    I.A....       151  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataMapInfo
iversMapInfo.tab

     文件       4441  2013-05-29 15:21  hbwt监控程序iLocateSharpMapassemblyGeoDataStakePoints1222.csv

    I.A....    717912  2013-05-29 15:01  hbwt监控程序iLocateSharpMapassemblyGeoDataStakePoints
ealData.csv

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)