Executing the Extract Multi Values to Points tool and the Extract Values to Points tool on a point layer having Text field, jumbles-up the sequence of text field values.
上次发布: July 30, 2018ArcGIS for Desktop
漏洞 ID 编号
BUG-000115383
已提交
July 17, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.6
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
1. This problem can be reproduced in ArcGIS Desktop 10.6, but is fixed in ArcMap 10.6.1 and ArcGIS Pro 2.2 final.
2. The relations of the text records corresponding to the point location are not actually changed. If the attributes are sorted by the text field, check whether the point locations are in the same order as the input feature. The thing is ObjectIDs are changed but the records order are still correct (corresponded to correct point).
3. OBJECTID is a field of unique ID that generated and maintained by Esri. It is not recommended to use ObjectIDs as the table record order reference. ObjectIDs are constant as long as the fields are in the original state in the feature class. When new feature class or table is created, new ObjectID values are assigned. The new values may cause any relationships based on the original ObjectID values to be lost.
4. It is recommended to have a explicit unique identifier field in the attibute table of the input point dataset, instead of solely relying on the Object ID field provided by the original dataset