文档详情

ArcGIS Server9.2应用开发中浮动面板的定制技术及应用.doc

发布:2018-03-12约4.47千字共7页下载文档
文本预览下载声明
ArcGIS Server9.2应用开发中浮动面板的定制技术及应用   摘要:人机交互是GIS应用开发中需要考虑的一个重要领域,也是决定用户体验的关键性能指标。该文作者结合基于ArcGIS Server9.2的GIS应用程序开发实践,在深入理解Arcgis Server9.2系统控件机制的基础上,探讨基于浮动面板式的界面设计中定制浮动面板控件的方法与技术,给出具体的代码实现流程,以期对同类应用开发提供一定的指导与借鉴作用。   关键字:人机交互;Arcgis Server9.2平台;浮动面板;定制技术   中图分类号:TP18文献标识码:A文章编号:1009-3044(2009)27-7668-02      ArcGIS Server9.2 Floating Panels in the Application Development Technology and Application of Customized   LI Jian1, HUANG Ying2   (1.Computer Technology Artistic Design Department, Jiangsu vocational and Technical College of Finance Economics, Huaian 223003, China; 2.East China Enstitute of Technology, Fuzhou 330013, China)   Abstract: HCI is the development of GIS applications need to be considered an important area,Determining the user experience of the Key Performance Indicators. This author of the article unifies application procedure development practice based on the ArcGIS Server9.2 GIS, On the basis of thoroughly understanding Arcgis Server9.2 systematic controlling part mechanism, Probe into method and technology of customizing the floating panel module in the interface design based on floating panels modes, Provide the concrete code and realizing procedure, expect to offer certain guidance and reference function for similar application and development.   Key words: HCI; Arcgis Server9.2 system; floating panel; technology of customizing      目前,GIS是一个使用非常广泛的时空应用系统。涉及到国民经济生产和生活的各个领域,更涉及到相当多的企业与不同行业不同知识背景的人员。因此,软件的人机交互设计,即软件系统的人机交互界面的简洁、友好与美观就成为GIS开发中需要考虑的一种重要领域,包括软件风格、框架及人机交互的操作控件等一系列的方法与技术应用,都是值得GIS软件开发人员深入探讨的问题。本文根据作者从事GIS软件项目开发的实践,就系统界面中的浮动面板交互模式进行了较系统的思考,并提出了浮动面板定制的优化方法与技术实现流程。      1 浮动面板控件使用基础      FloatingPanel控件:是一种用户可以移动的浮动面板,使包含的内容在页面上能动态地显示。此控件可以同标准ASP.NET控件等其他控件一起使用,用户不能随意改变面板中的内容但能调整(包括打开、关闭、展开、折叠、移动、放大、缩小等)浮动面板。   在ArcGIS 9.2 Server Enterprise标题下选择安装ArcGIS Server for .NET的安装程序,根据开发需要按提示完成安装。程序安装成功以后,Visual Studio 2005的工具箱中多了一个名为“ArcGIS Web Controls”的标签,展开“ArcGIS Web Controls”我们可以发现有一个FloatingPanel控件。   使用FloatingPanel控件最直接
显示全部
相似文档