The Delete Features (Data Management) tool does not rebuild the spatial index after removing features from a file geodatabase feature class.
上次发布: April 25, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000103104
已提交
February 22, 2017
上次修改时间
June 24, 2025
适用范围
ArcGIS for Desktop
找到的版本
10.5
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is as designed. Rebuilding the spatial index is very expensive and generally only occur when requested by the user. The exception is when a empty feature class is created. The first load into an empty feature class will trigger a rebuild.
解决办法
Workaround 1: Use the Truncate Table tool instead of Delete Features.Workaround 2: Rremove and recreate the spatial index using the geoprocessing tools or manually from the Indexes tab in the feature class properties in ArcCatalog.