1、第五章 数据分析,主要内容,第一节 量测操作第二节 连通性操作第三节 空间内插第四节 数字地形分析第五节 空间统计第六节 点模式分析第七节 分类第八节 空间叠加操作第九节 空间查询,第一节量测操作,要素间的距离线要素的长度面要素的周长面要素的面积栅格数据模型中矢量数据模型中,一、要素间的距离,栅格表达中扩散方程(Spread Function)矢量表达中,1、栅格数据模型中的距离,2、矢量模型中的距离,(1)点到点的距离(Point to Point)(2) 点到线(Point to Line)(3)点到多边形(Point to Polygon)(4)线到线 (Line to Line)(5)
2、线到多边形(Line to Polygon,Line to line)(6)多边形到多边形( Polygon to Polygon ,Line to line),(1)点到点的距离,直线:沿路径:,(2) 点到线,点到直线: (Point to Straight Line)点到多边形线: (Point to Polyline),点到直线,点到多边形线,(3)点到多边形(Point to Polygon),(4)线到线 (Line to Line),二、线要素的长度,栅格表达中计算像元数(Counting pixels)矢量表达中汇总构成线要素的所有线段的长度(Sum of the length
3、s of line segments defining the linear feature),三、面要素的周长,栅格表达中 计算外部像元所暴露的边数 (Counting the number of exposed edges of exterior pixels)矢量表达中 汇总构成边界的线段长度 (Sum of the lengths of line segments defining the boundary),栅格中的周长量算,四、面要素的面积,栅格表达中计算具有相同属性值的像元数目(Counting the number of pixels of the same label)矢量表
4、达中梯形法(不等边四边形法)(The trapezoid approach),矢量模型中多边形面积,第二节 连通性操作,连通性测量(Connectivity measures)邻近性(缓冲区)(Proximity (buffering)互视操作(视域分析)(Intervisibility operation (viewshed analysis)空间搜索(Spatial Search)栅格数据模型中矢量数据模型中,一、连通性测量(Connectivity measures),栅格表达中4-connected8-connected矢量表达中矢量模型中对象的边界是可以测量的,因此连通性可以基于物理
5、连接来决定(connectivity can be determined based on physical connection),栅格表达下的四方向连通性,栅格表达下的八方向连通性,二、邻近性(缓冲区) Proximity (buffering),栅格表达中计算距离和阈值(Calculating distance and thresholding)误差(The Nature of error with buffering under raster )矢量表达中构造每个线段的缓冲区,之后消除重叠区(Construct buffers for individual line segments
6、and then resolve the overlaps),栅格模型中的缓冲区,误差,矢量模型中的缓冲区,三、互视操作(视域分析)Intervisibility operation (viewshed analysis),只用于栅格模型中,需要数字高程模型(Raster only, requires a DEM) 找出在某点可以看到的区域(视域)(Find out the area which can be seen from a point ),四、空间搜索(Spatial Search),点在多边形内操作(The Point-In-Polygon Operation)空间搜索的基本操作(the fundamental operation for spatial search),点在多边形内,思考题,如何在栅格模型中确定给定地块的大小?为什么说栅格数据模型中的缓冲区是不精确的?什么是 commission error 和 omission error?何为4-connected 和8 connected?如何决定点是否在给定的多边形内?为什么说点在多边形内是空间搜索的基本操作?,