Using two specific large point feature classes, where one is a subset of the other, Select by Location with the 'identical to' or 'intersects' option either fails with an error or produces no output.
上次发布: August 25, 2014ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM041095
已提交
December 30, 2008
上次修改时间
June 5, 2024
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
9.3
修正版本
10
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
A work-around is to use the Spatial Join tool, setting the Target to be the LAS370625 feature class, the Join features to be the Grnd feature class, join operation "one-to-many" (to prevent aggregation), "Keep all" target features, Match option "Intersects." This runs a long time but eventually populates the LAS370625 table with attribute values from the matching points in Grnd. The Join_Count field shows that there is at most 1 matching point in the other layer.