《毕业论文-缓冲区分析与应用》由会员分享,可在线阅读,更多相关《毕业论文-缓冲区分析与应用(44页珍藏版)》请在毕设资料网上搜索。
1、 毕毕 业业 设设 计计 论论 文文 题 目: 缓冲区分析与应用 学 院: 测绘工学院 专 业: 地理信息系统 姓 名: 学 号: 指导老师: 完成时间: 2013 年 5 月 25 日 目目 录录 摘摘 要要 1 1 第一章第一章 绪绪 论论 3 3 1.1.缓冲区问题的提出及意义 3 1.1.1 缓冲区分析问题的提出 . 3 1.1.2 缓冲区分析问题的意义 . 4 1.2 缓冲区分析实现的常用算法 5 1.2.1 凸角圆弧法原理 . 5 1.2.2 角分线法原理 . 6 1.2.3 栅格法原理 . 7 1.3 论文的主要内容 7 第二章第二章 建立空间对象缓冲区方法建立空间对象缓冲区方法
2、 8 8 2.1 空间对象的数据表示 8 2.1.1 空间数据的栅格模型和矢量模型. 8 2.1.2 栅格数据BMP 格式文件说明. 8 2.2 建立空间对象缓冲区的原理 . 12 2.2.1 空间对象缓冲区实现的矢量法原理 12 2.2.2 空间对象缓冲区实现的栅格法原理 13 2.3 基于矢量的空间对象缓冲区生成算法的引理和概念 . 14 第三章第三章 研究方法和技术路线研究方法和技术路线 2020 3.1 研究方法 错误错误! !未定义书签。未定义书签。 3.2 技术路线 错误错误! !未定义书签。未定义书签。 第四第四章章 缓冲区分析的实现缓冲区分析的实现 2323 4.1 打开工作空
3、间 . 23 4.2.自定义缓冲区 . 23 4.3 生成缓冲区 . 28 4.4 缓冲区分析 . 28 4.5 最终实现的功能 . 32 4.6 基于矢量和栅格的缓冲区算法比较 . 37 第五章第五章 总结总结 3939 5.1 结论 . 39 5.2 问题及展望 . 39 参考文献参考文献 3838 致谢致谢 4141 河南城建学院毕业设计(论文) 摘 要 1 摘摘 要要 本文对空间对象的缓冲区分析算法作了说明, 讨论了分别利用图形学方法和图像 处理的形态学方法建立地理信息系统中空间对象的缓冲区算法,并且就两种算法的异 同做出了分析。 在矢量算法中,各类地理要素根据其空间形态特征分为点、线
4、、面三类,分别以 计算机屏幕数据的点、线、面图形对象表示,进行缓冲区分析。 在栅格算法中,地理空间被划分为规则的小单元(像元) ,空间位置由像元的行、列 号表示。以膨胀法原理为基础,进行缓冲区分析。 关键字:地理信息系统,缓冲区分析,矢量法,栅格法,膨胀法 河南城建学院毕业设计(论文) 摘 要 2 ABSTRACTABSTRACT This paper illuminates the arithmetic of buffer analysis to spacial object. In this paper two arithmetic are discussed, one is based
5、on the computer graphic technology , the other is based on Mathematical Morphology. Then, the similarities and differences of such two arithmetic are discussed too. In the vector arithmetic, spacial objects are divided into three kinds, point、line、polygon, which are expressed by the graphic object on the computer screen. Buffer analysis is based on such kind of data. In the grid arithmetic, spacial objects are divided into grids.The spacial position is marked by the row and arrange of grids.This arithmetic is based on the expand method of Mathematical Morphology. Keywords: Geogra