基于WebGIS的物流信息系统的设计与实现

上传人:aa****6 文档编号:29339674 上传时间:2018-01-23 格式:DOC 页数:77 大小:3.01MB
返回 下载 相关 举报
基于WebGIS的物流信息系统的设计与实现_第1页
第1页 / 共77页
基于WebGIS的物流信息系统的设计与实现_第2页
第2页 / 共77页
基于WebGIS的物流信息系统的设计与实现_第3页
第3页 / 共77页
基于WebGIS的物流信息系统的设计与实现_第4页
第4页 / 共77页
基于WebGIS的物流信息系统的设计与实现_第5页
第5页 / 共77页
点击查看更多>>
资源描述

《基于WebGIS的物流信息系统的设计与实现》由会员分享,可在线阅读,更多相关《基于WebGIS的物流信息系统的设计与实现(77页珍藏版)》请在金锄头文库上搜索。

1、基于 WebGIS 的物流信息系统的设计与实现作者姓名: 张三一指导教师: 李四二 教授单位名称: 信息科学与工程学院专业名称: 计算机科学与技术东 北 大 学2008 年 6 月Design and Implementation of WebGIS-Based Logistics Information Systemby ZHANG SanyiSupervisor: Professor LI SierNortheastern UniversityJune 2008东北大学本科毕业设计(论文) 毕业设计(论文)任务书-I-毕业设计(论文)任务书毕业设计(论文)题目:基于 WebGIS 的物流信

2、息系统的设计与实现设计(论文) 的基本内容:(1) 了解项目开发背景,分析项目进度管理系统功能需求,研究其设计及实现技术。(2) 设计基于 WebGIS 的物流信息系统总体结构,实现物流企业中业务流程的所有必需功能。作为物流企业的管理软件,系统必需能够实现诸如发送货物、运输货物、装载货物、卸载货物、车辆线路编辑等功能。(3) 总结归纳所完成的任务,弥补不足,以最短的时间用最少的投入实现项目的开发。毕业设计(论文)专题部分:题目: 设计或论文专题的基本内容:学生接受毕业设计(论文)题目日期第 1 周指导教师签字:2007 年 3 月 5 日东北大学本科毕业设计(论文) 摘 要-II-基于 Web

3、GIS 的物流信息系统的设计与实现摘 要随着经济的发展和通信技术的提高,物流作为一种先进的组织方式和管理技术,被广泛认为是企业在降低消耗和提高劳动生产率以外的重要的利润源泉,在国民经济和社会发展中发挥着重要作用。本文在物流企业的正常运营中,基于 GIS 的信息系统已经成为不可或缺的管理工具。在对 WebGIS 技术和物流企业需求进行分析的基础上,结合不同企业的业务流程的具体特点,设计了一套扩展性较强的基于 WebGIS 的物流信息系统。系统的主要功能是将企业管理人员与运输车辆之间通过服务器连接起来,实现物流系统的监控和管理。系统采用 B/S 架构,服务器端通过网络与车辆终端通信,向车辆发送控制

4、信息并获取车辆的当前状态。同时它还和 Web 客户端进行交互,向客户端提供地图服务,并执行 Web 客户端的请求。Web 客户端采用 Ajax 技术与服务器端进行通信,通过动态地图监控车辆。它还实现了发送货物、编辑线路、发送消息等功能。考虑到可扩展性,系统重点实现了服务器端进行消息中转的消息队列,建立了 Web 客户端到车辆终端之间的消息通路,并可以随时更新消息队列中消息处理方式。本系统实现了物流系统的主要功能,极大提高了企业的管理水平。本文首先进行了系统的需求获取和业务分析。然后,采用分层的方法对系统进行设计,叙述了消息队列框架的详细设计与实现,并叙述了服务器端和客户端功能模块的设计和实现。

5、并通过对系统的测试,对其功能和性能进行评估。最后,进行了总结,介绍了系统的特点和不足之处,指出了下一步的工作方向。关键词:物流;WebGIS;消息队列东北大学本科毕业设计(论文) Abstract-III-Design and Implementation of WebGIS-Based Logistics Information SystemAbstractWith development of economy and improvement of communication technology, as an advanced mode of organization and manage

6、ment skill, logistics is widely considered to be the major source of profits in the enterprise besides reducing consumption and raising labor productivity. It plays an important role in the national economy and social development. The GIS-based information system has become an indispensable manageme

7、nt tool in the regular business of logistics enterprise. Based on the analysis of the WebGIS technology and requirements of logistics enterprise, a WebGIS-based logistics information system with high expansibility is designed, according to specific business processes of various logistics enterprises

8、.The major function of the system is to make manager communicated with vehicles via the server, and to realize monitoring and management of logistics system. The B/S architecture is adopted in the system. The server communicates with vehicles through network, sending them control data and receiving

9、status data from them. At the same time, server interacts with Web clients, providing web map service and executing client requests. Web client communicates with server with Ajax technology, monitoring vehicles by watching dynamic maps. It also implements functions such as sending cargo, editing rou

10、te, sending message, etc. Aiming at high expansibility of the system, message queue kept in server is seriously implemented. It means that a message channel between the Web client and vehicles is established, and the handling methods of the messages in message queue can be updated at any time. The s

11、ystem meets primary requirements and enhances management quality of customer.Firstly, in this thesis the requirement elicitation and the business analysis are completed. Then system is designed into multi-layer architecture. The particular design and implementation of message queue framework are des

12、cribed. Design and implementation of the functional modules of server and client are presented. Function and capability of the system are evaluated through test. At last, system traits and deficiencies are summarized, and next tasks are pointed out.Keywords:Logistics; WebGIS; Message Queue东北大学本科毕业设计(论文) 目 录-IV-目 录毕业设计(论文)任务书 .I摘 要 .IIABSTRACT .III第 1 章 引 言 .11.1 课题研究的背景和来源 .11.2 课题研究成果应用的实际意义 .21.3 本文的内容及主要工作 .3第 2 章 相关技术简介 .52.1 GIS 技术 .52.2 WEBGIS 技术 .52.2.1 WebGIS 介绍 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 办公文档 > 其它办公文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号