代码搜索:mapcontrol

找到约 166 项符合「mapcontrol」的源代码

代码结果 166
www.eeworm.com/read/213239/15140105

frm form1.frm

VERSION 5.00 Object = "{C552EA90-6FBB-11D5-A9C1-00104BB6FC1C}#1.0#0"; "MapControl.ocx" Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3090 ClientLeft = 60
www.eeworm.com/read/173574/9650053

hhp arc objects 中文联机帮助.hhp

[OPTIONS] Compatibility=1.1 Display compile progress=No Language=0x804 Chinese (中国) Default Window=win Compiled file=Arc Objects 中文联机帮助.chm Full-text search=Yes Binary Index=No Default topic=M
www.eeworm.com/read/237736/13934549

aspx mapform.aspx


www.eeworm.com/read/213239/15140130

frm form1.frm

VERSION 5.00 Object = "{C552EA90-6FBB-11D5-A9C1-00104BB6FC1C}#1.0#0"; "MapControl.ocx" Begin VB.Form Form1 Caption = "Form1" ClientHeight = 7065 ClientLeft = 60
www.eeworm.com/read/292211/8367213

txt mapinfomapxtreme2005webgis.txt

MapInfo MapXtreme 2005 WebGIS 简单鹰眼设计(转) 我在2005上研究了好长时间, 才弄出来个简单的鹰眼,与大家分享,我的设计思路是将后台设置两个map ,map1和map2,map1为主地图,map2为鹰眼地图,但是map2没有MapControl,定义一个实现类继承于MapBaseCommand,将map1.Bounds的矩形在map2上转换为System.Dr
www.eeworm.com/read/263574/11354813

cs layerselectable.cs

 using ESRI.ArcGIS.ADF.BaseClasses; using ESRI.ArcGIS.Carto; using ESRI.ArcGIS.Controls; using ESRI.ArcGIS.SystemUI; namespace GIS二次开发_简单_ { public sealed class LayerSelectable : BaseComman
www.eeworm.com/read/263574/11354835

cs removelayer.cs

using System; using System.Windows.Forms; using ESRI.ArcGIS.Carto; using ESRI.ArcGIS.Controls; using ESRI.ArcGIS.SystemUI; using ESRI.ArcGIS.esriSystem; using ESRI.ArcGIS.ADF; using ESRI.ArcGI
www.eeworm.com/read/263574/11354846

cs zoomtolayer.cs

 using ESRI.ArcGIS.ADF.BaseClasses; using ESRI.ArcGIS.Carto; using ESRI.ArcGIS.Controls; namespace GIS二次开发_简单_ { public sealed class ZoomToLayer : BaseCommand { private IMapControl3
www.eeworm.com/read/263574/11354852

cs scalethresholds.cs

 using ESRI.ArcGIS.ADF.BaseClasses; using ESRI.ArcGIS.Carto; using ESRI.ArcGIS.Controls; using ESRI.ArcGIS.SystemUI; namespace GIS二次开发_简单_ { public class ScaleThresholds : BaseCommand, IC
www.eeworm.com/read/346836/11718885

cs mapcontrolsavelayerfile.cs

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