The coded value domain codes in datatype double have floating point issues when exported as XML workspace documents.
ArcGIS Pro
漏洞 ID 编号
BUG-000172214
已提交
November 13, 2024
上次修改时间
December 20, 2024
适用范围
ArcGIS Pro
找到的版本
3.3.2
操作系统
Windows Server
操作系统版本
2019 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Domain codes for float and double data types are stored in the XML as true float or double values, respectively. Not all values have exact representations when stored in these types and must be stored as the closest possible value. This is why some values display with an exact match to the value displayed in the user interface (UI), and some values do not.
This behavior is expected. If the user needs exact textual representations of their domain codes, they will need to store the values as a text data type.
解决办法
Select datatype Float instead of Double.
Add a step/script to the workflow fixing the code values before the information moves further down the line.