毕业论文 基于gps移动终端的云端位置服务.doc

约28页DOC格式手机打开展开

毕业论文 基于gps移动终端的云端位置服务,摘要随着互联网行业的兴起,越来越多的人群需要有gps卫星追踪定位系统的支持才能更好地工作,学习和生活。降低了某些行业的维护成本,提升了服务质量。其中在军事领域极为重要,为战争提供立体化指挥,战斗,实时指挥。民用领域也在增强,几乎所有手机上都有gps定位装置,提供定位信息。所以研究gps定位信息,处理gps定位信息也显得...
编号:20-201901大小:1.34M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要
随着互联网行业的兴起,越来越多的人群需要有GPS卫星追踪定位系统的支持才能更好地工作,学习和生活。降低了某些行业的维护成本,提升了服务质量。其中在军事领域极为重要,为战争提供立体化指挥,战斗,实时指挥。民用领域也在增强,几乎所有手机上都有GPS定位装置,提供定位信息。所以研究GPS定位信息,处理GPS定位信息也显得越来越重要。
该云端位置服务,是针对民用领域而设计制造的,能够提供给老人或者儿童的可携带式紧急求助闹铃、给商业旅行提供追踪记录、给车辆及车队提供管理以及防盗警铃、资产的监护与追踪、宠物以及动物追踪等。通过本次设计可以培养学生运用所学的专业知识能力,该设计要完成系统的分析、开发、测试等环节,可以为以后从事软件开发的相关工作打下坚实的基础。

关键词:卫星定位 追踪 自动报警 GPS 远程监控
Location services based on GPS mobile terminal cloud
ABSTRACT
With the rise of the Internet industry, more and more people need to have a GPS satellite tracking positioning system of support in order to better work, study and life. Reduce themaintenance costs of certain industries, enhance the quality of service. Which isextremely important in the military field, three-dimensional command for war, battle, real-time command. Civilian areas is also enhanced, almost all phones have a GPS positioning device to provide location information. Therefore, to study the GPS location information to deal with the GPS location information has become increasingly important.
The cloud's location services, design and manufacture of civilian areas, to provide a portable emergency alarm to the elderly or children, and track record for business travel,vehicle and fleet management as well as anti-theft alarm, the assets of the guardianshipand tracking, pet and animal tracking. Through the design can train students to use the expertise of the design to complete the analysis, development, testing and other aspects of the system, you can lay a solid foundation for future related work in software development.
Key Words: Satellite positioning tracking GPS remote monitoring

目录
第一章 绪论 1
1.1引言 1
1.2系统设计的意义 1
1.3系统设计方法及手段 2
1.3.1Java之Spring框架简介 3
1.3.2Google Maps API 4
1.3.3Jetty 6.0介绍 4
1.3.4 Ant 1.7介绍 4
第二章 Google Maps API用法介绍 6
2.1 Google Maps JavaScript API V3介绍 6
2.1.1简介 6
2.1.2 Google Maps 第 3 版的 “Hello, World” 6
2.1.3 将应用程序声明为HTML5 8
2.1.4载入Google Maps API 9
2.1.5地图DOM元素 10
2.1.6地图选项 10
2.1.7Google.maps.Map基本对象 11
2.1.8载入地图 12
2.1.9经度纬度 13
2.1.10缩放级别 13
第三章 系统分析与总体设计 15
3.1 云位置服务系统的需求分析 15
3.1.1本系统设计的总体目标 15
3.2 云位置服务系统的总体设计 15
第四章 详细设计和代码实现 17
4.1本系统的数据库设计 17
4.1.1网站数据库的设计 17
4.2本系统的Server端Java代码实现 26
4.3本系统的Client端JavaScript代码实现 26
第五章 测试结果 27