Subtypes are not copied to the new feature class when importing fields from an existing feature class.
上次发布: July 26, 2016ArcGIS for Desktop
漏洞 ID 编号
BUG-000097279
已提交
June 17, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.1
操作系统
Windows OS
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The Subtype definition is not part of the field set of a class, it it class level business logic that explains how like type rows can be stored in a single table, and have different validation (domains) and default values per Subtype. The listed workaround maintain this information because they are transferring the table itself. Additionally geodatabase copy paste (accessed via the context menu > Copy) will maintain all associated business logic assigned on a table.
解决办法
- Use the Copy Features tool or Feature Class to Feature Class tool, then use the Truncate Table tool to remove data.OR - Transfer the schema using an XML Workspace document.