GIS设计4系统详细设计工具讲述.ppt

  1. 1、本文档共19页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
GIS设计4系统详细设计工具讲述

系统详细设计工具 2006年11月27日 GIS设计课程内容 1.熟悉ArcGIS 2.总论、设计思想 3.系统定义 4.总体设计 5.详细设计 6.数据库设计 7.系统实施、测试 (面向对象分析与设计) 8. ArcObjects开发 9.ArcGIS空间分析 1.ArcGIS操作 2.软件工程设计 visio 3.软件需求规格说明 4.总体设计实践 5.详细设计实践 6.数据库设计实践 7.系统实施、测试 (UML实践) 8.AO实践 9.ArcGIS空间分析操作 关于作业 本节内容 程序流程图 N-S盒式图 问题分析图 类程序设计语言 实习 程序流程图(program flow chart) 方框表示处理步骤,菱形框表示逻辑判断,箭头表示控制流 过程 判断 开始 终止 可选过程 流程 程序流程图(program flow chart) 优点 简单明了、易于掌握 适用于具体模块 可以嵌套 缺点 缺乏全局考虑 随意转移流程 不易表示数据结构 程序流程图示例 N-S (nassi-shneiderman)盒式图 nassi和shneiderman开发,经Chapin扩充,所以叫N-S图和Chapin图 始于一个大盒子,内部分解表示不同处理过程 表达清晰 不能任意转移控制流 易于确定数据工作域 易于表示递归 盒式图基本结构 问题分析图(problem analysis diagram) 日立制作所开发 在Pascal语言基础上发展 二维树状图 结构清晰 自顶而下、逐步细化 问题分析图的基本原理 类程序设计语言 用程序设计语言的语法控制框架,内部使用自然语言表示数据结构和处理过程 没有图形工具清晰 适于表现算法 便于程序代码转化 将其作为注释插入到程序中,便于维护 类程序设计语言的具体形式 TYPE drawing IS STRUCTURE DEFINED number IS STRING LENGTH(12); geometry DEFINED lines: (x, y) start; (x, y) end; line.type; circle: (x, y) center, radius, arc.angle; point: (x, y); curve: (x[i], y[i]) for i 2 notes IS STRING LENGTH(256); BOM DEFINED part.sequence IS LIST; part.no: STRING format aa-nnnnnn; pointer IS PTR; END drawing TYPE; 实习 表现空间自相关计算的算法与设计思路 地理学第一定律 The First Law of Geography: everything is related to everything else, but near things are more related than distant things (Tobler, 1979. Philosophy in Geography). 进一步的解释 It means if features situated close together have similar attribute information, then the pattern in the data can be described as exhibiting positive autocorrelation. When features close together are more dissimilar in attribute value than features further away, pattern in the data is negatively autocorrelation. Zero autocorrelation exists when attributes or their values are independent of location (Goodchild, 1986). 量化方法 Moran’s I n is the number of cases. xi is the variable value at a particular location, xj is the variable value at another location, a is the mean of the variable. wi, j is a weight applied to the comparison between location i and location j. It is a contigui

文档评论(0)

shuwkb + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档