Introduction: This chapter introduces the spatial database, the comparison with the general database and the storage mode of the spatial database。
然后介绍了GIS中两种重要的数据结构: 栅格结构和矢量结构,以及其具体的存储方式,然后比较了两种结构的特点,并给出了其相互转换算法。
最后介绍了空间检索中常用的技术——空间索引,介绍了一些常用的空间索引方式, 如BSP树、R树、CELL树等; 以及空间数据的查询功能。