ArcGIS拓扑空间叠加中常用的三个工具:union,intersect,以及Identity。三者除了实现拓扑叠加外,还对应空间范围集合运算,union是并集运算,翻译为联合还算可以;intersect是交集运算,一般也就翻译为相交。但是identity总感觉很多人把它当成identify来翻译了,翻译为标识(不管动词合适名词,都感觉不太对)!
从集合概念讲,identity实现的是等同于自身的范围的运算,即A∪(A∩B),保留整个A的空间范围,在AB重叠范围内实现拓扑叠加。(Computes a geometric intersection of the input features and identity features. The input features or portions thereof that overlap identity features will get the attributes of those identity features.引用自arcgis在线文档)
综合来看,这是一种基于本体的拓扑叠加,输出范围总是本体自身,其中有与identity要素类重叠的范围则进行拓扑叠加以获取空间上重叠的identity要素类的属性。因此,翻译为标识怎么都无法体现它的含义,而翻译为本体叠加显然更能帮助理解这个工具的意义。

317

被折叠的 条评论
为什么被折叠?



