网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于Xserver的空间数据查询与统计
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

基于Xserver的空间数据查询与统计

本文ID:LW19491 字数:14073,页数:51 价格:¥40.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于Xserver的空间数据查询与统计 (收费:4000 积分)  如何获取积分?
基于Xserver的空间数据查询与统计

^论文字数:14073,页数:51

摘   要
 地理信息系统(GIS)广泛地应用于地学、资源管理、土地规划、环境监测、交通管理、城市规划、科研、教育和国防等领域,在我国国民经济建设中发挥着越来越重要的作用。
当前,信息技术的发展以及应用领域的不断扩大,地理信息系统技术得到了飞速的发展。数字城市是城市信息技术的综合应用。典型应用包括电子政务、电子商务、城市智能交通、市政基础设施管理、公共信息服务、教育管理、社会保障管理、城市环境质量监测与管理、社区管理等几乎所有的城市生活管理方面和经济层面。
 本^论文设计基于Xserver的空间数据查询与统计。应用Java语言编写程序与数据库连接。XServer充当了客户端和服务器端的中间件,可以屏蔽不同操作系统和数据库系统的差异,使面向特定领域所需的技术得以实现,供不同的客户端高效地共享和互操作,最终实现地图的显示和浏览等功能。

关键词:    地理信息系统;空间数据库;XServer
 
 
Abstract
 GIS(Geographic Information Systems) is widely applied to in geography, resource management, land programming, environment inspection and testing, traffic management, city planning, scientific research, education and national defence, etc and it play a important role in the China National Economy.
 Nowdays,GIS gets greatly development with the information technology developing and application areas extending. The digital city is the synthesis application of the city information technology and it covers city life management and economy such as Electronic Government Affairs, Electronic Business Affairs ,City Intelligent Traffic, municipal basic establishment management, public information service,education management, social security management,city environment quality inspection and testing and community management,etc.
 This thesis is based on the spatial data querying and Stat. of Xserver and apply Java language to program and link data-base.the Xserver is used as a middle organ between the Client and the Server and shield the difference during the different Mac OS and data-base systems so as to achieve the technology of the special domain for the different clients sharing and operating convertibly with greater efficiency.At last to achieve the fuctions of displaying and browsing of the E-Map.

Keywords:  Geographic Information Systems;spatial data-base;XServer   
 
 
 
 
 
 
 
 
 
 
目  录
摘   要 III
Abstract IV
目  录 V
第一章   绪   论 1
1.1 GIS的发展现状 1
1.2 选题的目的及其意义 2
1.3 ^论文的任务、设计内容 2
1.3.1 ^论文的任务 2
1.3.2 设计内容 2
第二章   XObjects和XServer的基本知识 4
2.1 理解面向实体概念 4
2.1.1 实体和实例 4
2.1.2 实体的几何数据 4
2.2 XObjects的工作原理 5
2.2.1 XObjects中的包、类之间的关系 5
2.2.2 XObjects的核心包 5
2.3 XServer的工作原理 7
2.3.1 XServer的概念 7
2.3.2 XServer的特点 7
第三章   空间数据实现 9
3.1 空间数据实现概述 9
3.2 Geomap概述 9
3.2.1 Geomap的概念 9
3.2.2 Geomap的图元类型 10
3.2.3 Geomap的数据结构 11
3.3 Geomap的组件 11
3.3.1 地图组件 11
3.3.2 鼠标模式 12
3.3.3 绘制工具 12
3.4 Geomap的图层 13
3.4.1 管理几何数据 13
3.4.2 与鼠标模式的关系 13
3.4.3 图层句柄 13
第四章   空间数据库管理 15
4.1 空间数据库概述 15
4.1.1 空间数据库的概念 15
4.1.2 空间数据库的内容 15
4.1.3 空间数据库的空间数据模型 15
4.1.4 空间数据库管理系统 16
4.2 Geoentity概述 16
4.2.1 Geoentity的概念 16
4.2.2 Geoentity的优点 17
4.2.3 Geoentity与XServer的关系 17
4.2.4 Geoentity的版本管理 18
4.3 Geoentity的体系结构 21
4.3.1 对象类(Object Class) 21
4.3.2 实体类(Entity Class) 21
4.3.3 关系类(Relationship Class) 22
4.3.4 几何网络(Network) 22
4.3.5 栅格数据集(Raster Dataset) 22
4.3.6 TIN数据集(TIN Dataset) 22
4.3.7 属性域(Domains) 22
4.3.8 实体数据集(Entity Dataset) 23
第五章   XServer功能实现 24
5.1 信息获取 24
5.2 信息编辑 27
5.3 图层编辑 29
5.4 用户编辑 30
5.5 命令查询 31
5.6 版本管理 32
5.7 数据操作 33
5.8 地图显示和浏览 34
第六章   总   结 36
致  谢 37
参考文献 38
附录1   配置文件说明 39
附录2   源代码 41

基于Xserver的空间数据查询与统计由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:《WEB程序设计》网络课程的设计与.. 下一篇:儿童涂鸦程序设计
推荐论文 本专业最新论文
Tags:基于 Xserver 空间 数据查询 统计 2011-05-02 08:06:46【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有