91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

本系統能夠實現GIS的基本功能,系統較為基礎,有SQL Server數據庫數據,有登陸界面及注冊功能,可修飾加工,適用于地信測繪開發入門,功能包括:添加文件,地圖放大\縮小、比例放大\縮小、地圖漫游、全圖顯示、距離量測、面積量測、移除圖層、打開屬性表、鷹眼等。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?ESRI.ArcGIS.Carto;
using?ESRI.ArcGIS.Controls;
using?ESRI.ArcGIS.DataSourcesFile;
using?ESRI.ArcGIS.DataSourcesGDB;
using?ESRI.ArcGIS.Display;
using?ESRI.ArcGIS.esriSystem;
using?ESRI.ArcGIS.Geodatabase;
using?ESRI.ArcGIS.Geometry;
using?ESRI.ArcGIS.GlobeCore;
using?ESRI.ArcGIS.Output;
using?ESRI.ArcGIS.SystemUI;
using?WindowsFormsApplication3.command;
using?MyGis.Forms;
namespace?WindowsFormsApplication3
{
????public?partial?class?Form1?:?DevComponents.DotNetBar.RibbonForm
????{
?????????private?ilayer?currentlayer;
?????????private?FrmAttributesTable?FrmAttributesTable;
????????//構造函數
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?ribbonTabItem1_Click(object?sender?EventArgs?e)
????????{

????????}

????????//地圖放大
????????private?void?buttonItem14_Click(object?sender?EventArgs?e)
????????{
????????????ICommand?command?=?new?ControlsMapZoomInTool();
????????????command.OnCreate(axMapControl1.object);
????????????axMapControl1.CurrentTool?=?command?as?ITool;
????????}
????????//地圖縮小
????????private?void?buttonItem15_Click(object?sender?EventArgs?e)
????????{
????????????ICommand?command?=?new?ControlsMapZoomOutTool();
????????????command.OnCreate(axMapControl1.object);
????????????axMapControl1.CurrentTool?=?command?as?ITool;

????????}
????????//比例放大
????????private?void?buttonItem16_Click(object?sender?EventArgs?e)
????????{
????????????ICommand?command?=?new?ControlsMapZoomInFixedCommand();
????????????command.OnCreate(axMapControl1.GetOcx());
????????????command.onclick();
????????}
????????//比例縮小
????????private?void?buttonItem17_Click(object?sender?EventArgs?e)
????????{
????????????ICommand?command?=?new?ControlsMapZoomOutFixedCommand();
????????????command.OnCreate(axMapControl1.GetOcx());
????????????command.onclick();
????????}
????????//地圖漫游
????????private?void?buttonItem18_Click(object?sender?EventArgs?e)
????????{
????????????ICommand?command?=?new?ControlsMapPanTool();
????????????command.OnCreate(axMapControl1.object);
????????????axMapControl1.CurrentTool?=?command?as?ITool;
????????}
????????//全圖顯示
????????private?void?buttonItem19_Click(object?sender?EventArgs?e)
????????{
????????????ICommand?command?=?new?ControlsMapFullExtentCommand();
????????????command.OnCreate(axMapControl1.object);
????????????command.onclick();
????????}
????????//添加數據
????????private?void?buttonItem20_Click(object?sender?EventArgs?e)
????????{
?????????????FolderBrowserDialog?folderBrowserDialog?=?new?FolderBrowserDialog();
????????????folderBrowserDialog.Description?=?“請選擇數據文件“;
????????????if?(folderBrowserDialog.ShowDialog()?==?DialogResult.OK)
????????????{
????????????????//若普通文件,則不操

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????..A..H.?????70144??2019-06-23?18:02??校園基建管理系統\WindowsFormsApplication3\.vs\WindowsFormsApplication3\v14\.suo

?????文件????????445??2019-06-19?17:14??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\app.config

?????文件????1350144??2019-06-26?10:31??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\WindowsFormsApplication3.exe

?????文件????????445??2019-06-19?17:14??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\WindowsFormsApplication3.exe.config

?????文件?????284160??2019-06-26?10:31??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\WindowsFormsApplication3.pdb

?????文件??????23168??2019-06-26?10:31??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\WindowsFormsApplication3.vshost.exe

?????文件????????445??2019-06-19?17:14??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\WindowsFormsApplication3.vshost.exe.config

?????文件????????490??2016-07-16?19:44??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\WindowsFormsApplication3.vshost.exe.manifest

?????文件????????246??2019-06-18?09:11??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\command\Area1.bmp

?????文件???????5359??2019-06-18?09:15??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\command\Area1.cs

?????文件????????326??2019-06-18?09:11??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\command\Area1.cur

?????文件????????246??2019-06-17?15:17??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\command\Measure_length.bmp

?????文件???????5364??2019-06-17?15:19??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\command\Measure_length.cs

?????文件????????326??2019-06-17?15:17??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\command\Measure_length.cur

?????文件??????11733??2019-06-21?14:16??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form1.cs

?????文件??????59740??2019-06-21?14:16??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form1.Designer.cs

?????文件??????32254??2019-06-21?14:16??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form1.resx

?????文件???????3761??2019-06-20?17:32??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form2.cs

?????文件???????7916??2019-06-20?10:15??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form2.Designer.cs

?????文件???????5817??2019-06-20?10:15??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form2.resx

?????文件????????405??2019-06-20?14:02??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form3.cs

?????文件???????1184??2019-06-20?14:02??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form3.Designer.cs

?????文件???????5817??2019-06-20?14:02??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\Form3.resx

?????文件???????5143??2019-06-20?14:12??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\FormQuery.cs

?????文件???????6592??2019-06-20?14:12??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\FormQuery.Designer.cs

?????文件???????5817??2019-06-20?14:12??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\FormQuery.resx

?????文件???????9708??2019-06-18?13:54??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\FrmAttributesTable.cs

?????文件???????6195??2019-06-18?08:20??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\FrmAttributesTable.Designer.cs

?????文件???????5817??2019-06-18?08:20??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\FrmAttributesTable.resx

?????文件???????2880??2019-06-20?09:46??校園基建管理系統\WindowsFormsApplication3\WindowsFormsApplication3\FrmDataAdd.cs

............此處省略316個文件信息

評論

共有 條評論