The CopyFeatures_management() tool does not copy over the domains when using a feature layer or feature class with domain values as the input for the tool.
上次发布: July 2, 2019ArcGIS Pro
漏洞 ID 编号
BUG-000123119
已提交
June 18, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.3.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This behavior is as intended/as designed. CopyFeatures is intended as a lightweight feature by feature transfer without any additional higher order objects from the geodatabase (subtypes, domains, etc). By being more narrow and lighter weight, it is a bit faster. If the desire is to have all the associated geodatabase objects be copied across, that is the purpose of the FeatureClassToFeatureClass tool, as well as the Copy tool.
解决办法
Use the copy command from the context menu options to directly copy over the feature class to the new file geodatabase within the Catalog pane. https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/copy-feature-datasets-classes-and-tables-to-another-geodatabase.htm#GUID-83B928E7-BA8C-4E10-BF74-2D4A97C452C9This issue is not reproducible with the FeatureClassToFeatureClass_conversion() tool. Use the 'FeatureClassToFeatureClass_conversion()' to copy the feature class with domains to the new file geodatabase. The issue is not reproducible in ArcMap 10.7. Running the CopyFeatures_management() tool to create a copy from the same data exports the domains as well.