资源描述:
《dem模型的数据结构及生成》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、本科学生毕业论文DEM模型的数据结构及生成黑龙江工程学院二○一二年六月TheGraduationThesisforBachelor'sDegreeDEMModelDataStructureandGenerateHeilongjiangInstituteofTechnology2012-06·Harbin黑龙江工程学院本科生毕业设计(论文)摘要数字高程模型(DigilalElevationModel)简称DEM,作为三维地理信息系统的基础数据,越来越广泛应用于各种地理分析当中。DEM是一个具有光谱特征的连续的栅格图像数据,在坡度、坡向分析、高程分带、地形阴影、彩色地势、地形校正处理等地形分析中
2、,都是以DEM为基础进行的。DEM的建立是模型应用的基础,可采用直接建立方法和间接建立方法。探讨DEM的转换方法,有助于解决三维GIS中不同地形数据格式的转换问题,促进三维GIS空间模型的研究发展,进一步增强三维GIS软件的可用性。论文在数字高程模型的基础上,着重讨论了规则格网模型的数据结构和应用以及利用离散点模型转换生成DEM的方法,主要研究离散点模型向规则格网(GRID)转换的基本思路,讨论了在建模过程中所遇到问题的解决方法,最后通过调用不规则采样点的数据,利用VB语言编程实现规则格网的生成关键词:数字高程模型;离散点;规则格网;数据结构II黑龙江工程学院本科生毕业设计(论文)ABSTR
3、ACTDigitalelevationmodel(DigitalElevationModel)referredtoDEM,3DGeographicInformationSystemasthebasisofdata,moreandmorewidelyusedamongavarietyofgeographicanalysis.DEMisacontinuousspectrumofcharacteristicsofimagedatagrid,intheslope,slopeanalysis,elevationbanding,terrainshadow,colorterrain,terraincorr
4、ection,suchasterrainanalysis,arebasedontheDEM.DEMcreatedisthebaseofthemodelapplication,whichcanadoptthedirectandindirectestablishingmethods.StudyonDEMtransformationmethodishelpfultosolvethethree-dimensionalGISdataformatsofdifferentlandformsinthetransformationproblem,promotethedevelopmentofstudyonth
5、ree-dimensionalGISspatialmodelandfurtherenhancetheavailabilityofthree-dimensionalGISsoftware.Thesisonthebasisofthemodel,focusedontheDEMstructureofthedatamodelandapplicationoftheGRIDgenerationcontourmapalgorithm,includedescribedusingthediscretepointsgeneratedDEMmodeltransformationmethod,majorstudyed
6、thediscretepointsconversiontotheregulargrid(GRID).Finally,bycallingtheirregulardatasamplingpoints,usingVBprogramminglanguagegenerationGridKeywords:DigitalElevationModel;DiscretePoints;RegularGrid;DataStructureII黑龙江工程学院本科生毕业设计(论文)目录摘要IABSTRACTII第1章绪论11.1概述31.2数字高程模型DEM的应用范畴51.3本文主要研究的内容6第2章数字高程模型72.
7、1数字高程模型的概念与理解72.1.1数字高程模型定义72.1.2数字高程模型的类型82.1.3数字高程模型的特点92.2数字高程模型的系统结构与功能102.3数字高程模型的数据采集102.4本章小结11第3章DEM数据模型与数据结构123.1DEM数据模型123.1.1镶嵌数据模型123.2DEM数据结构133.2.1DEM数据结构的意义与分类133.3本章小结18第4章建立规则格网DEM194.1规则格网