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

  • 大小: 139KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-06-13
  • 語(yǔ)言: C#
  • 標(biāo)簽: GIS??C#??查詢??

資源簡(jiǎn)介

利用C#和Arcengine實(shí)現(xiàn)地圖的查詢和屬性的顯示

資源截圖

代碼片段和文件信息

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

using?ESRI.ArcGIS.esriSystem;
using?ESRI.ArcGIS.SystemUI;
using?ESRI.ArcGIS.Geometry;
using?ESRI.ArcGIS.Display;
using?ESRI.ArcGIS.Geodatabase;
using?ESRI.ArcGIS.Carto;
using?ESRI.ArcGIS.Controls;

namespace?ArcMap
{
?????
????public?partial?class?FrmMain?:?Form
????{
????????public?IMapControl2?pMapControl;
????????public?IToolbarControl2?pToolBarControl;
????????public?ITOCControl2?pTocControl;

???????
????????public?bool?toolSelected?=?false;????????

????????public?FrmMain()
????????{
????????????InitializeComponent();
????????}

????????private?void?FrmMain_Load(object?sender?EventArgs?e)
????????{
????????????pMapControl?=?(IMapControl2)axMapControl1.object;
????????????pTocControl?=?(ITOCControl2)axTOCControl1.object;
????????????pToolBarControl?=?(IToolbarControl2)axToolbarControl1.object;

??????????
????????????pToolBarControl.SetBuddyControl(pMapControl);
????????????pTocControl.SetBuddyControl(pMapControl);
????????????CreateToolBarItem();
????????}

????????private?void?CreateToolBarItem()
????????{
????????????pToolBarControl.AddItem(“esriControls.ControlsOpenDocCommand“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsAddDataCommand“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);

????????????pToolBarControl.AddItem(“esriControls.ControlsMapZoomInTool“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsMapZoomOutTool“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsMapZoomInFixedCommand“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsMapZoomOutFixedCommand“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsMapPanTool“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsMapFullExtentCommand“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsMapZoomToLastExtentBackCommand“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsMapZoomToLastExtentForwardCommand“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsSelectFeaturesTool“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarControl.AddItem(“esriControls.ControlsClearSelectionCommand“?-1?-1?false?0?esriCommandstyles.esriCommandstyleIconOnly);
????????????pToolBarContr

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-09-29?21:58??C#實(shí)現(xiàn)查詢功能\
?????目錄???????????0??2011-09-29?21:58??C#實(shí)現(xiàn)查詢功能\ArcMap\
?????目錄???????????0??2011-09-29?21:58??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\
?????文件?????????908??2011-09-14?08:36??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap.sln
?????文件???????30720??2011-09-20?18:53??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap.suo
?????文件????????6394??2011-09-14?08:36??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\ArcMap.csproj
?????目錄???????????0??2011-09-29?21:58??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\bin\
?????目錄???????????0??2011-09-29?21:58??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\bin\Debug\
?????文件???????27648??2011-09-14?08:48??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\bin\Debug\ArcMap.exe
?????文件???????65024??2011-09-14?08:48??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\bin\Debug\ArcMap.pdb
?????文件???????14328??2011-09-30?22:12??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\bin\Debug\ArcMap.vshost.exe
?????文件?????????490??2007-07-21?01:33??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\bin\Debug\ArcMap.vshost.exe.manifest
?????文件????????5504??2011-09-14?08:48??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\Form1.cs
?????文件????????8713??2011-09-14?08:48??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\Form1.Designer.cs
?????文件???????10838??2011-09-14?08:48??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\Form1.resx
?????文件????????5441??2010-07-13?04:26??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\FrmQuery.cs
?????文件????????9083??2010-07-13?04:27??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\FrmQuery.Designer.cs
?????文件????????5814??2010-07-13?04:26??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\FrmQuery.resx
?????文件????????4208??2008-05-19?12:49??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\frmTable.cs
?????文件????????3757??2008-05-19?10:04??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\frmTable.Designer.cs
?????文件????????6014??2008-05-19?10:04??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\frmTable.resx
?????目錄???????????0??2011-09-29?21:58??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\
?????文件?????????377??2008-10-23?17:38??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\ArcMap.csproj.FileList.txt
?????文件????????2339??2010-07-13?04:27??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\ArcMap.csproj.FileListAbsolute.txt
?????目錄???????????0??2011-09-29?21:58??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\Debug\
?????文件????????1242??2011-09-30?22:12??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\Debug\ArcMap.csproj.FileListAbsolute.txt
?????文件????????1034??2011-09-14?08:48??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\Debug\ArcMap.csproj.GenerateResource.Cache
?????文件???????27648??2011-09-14?08:48??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\Debug\ArcMap.exe
?????文件????????3391??2011-09-14?08:48??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\Debug\ArcMap.FrmMain.resources
?????文件?????????180??2011-09-14?08:37??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\Debug\ArcMap.frmProperty.resources
?????文件?????????180??2011-09-14?08:37??C#實(shí)現(xiàn)查詢功能\ArcMap\ArcMap\obj\Debug\ArcMap.FrmQuery.resources
............此處省略47個(gè)文件信息

評(píng)論

共有 條評(píng)論