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