漏洞 ID 编号 |
BUG-000167029 |
已提交 | April 25, 2024 |
上次修改时间 | February 18, 2025 |
适用范围 | ArcGIS GIS Server |
找到的版本 | 10.9.1 |
操作系统 | Windows Server |
操作系统版本 | 2019 64 Bit |
状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
Hosted feature layers backed by the spatiotemporal data store may support Long integer values (e.g. native java Long or the equivalent Int64). GeoEvent Server's approach, publishing a spatiotemporal feature layer where a Long data type is set to Double is done to guarantee support across 32-bit applications.
In instances where a numeric value is used to represent a track identifier, an alternative recommendation is to configure GeoEvent Server to adapt the data type as a String and store the data in the geodatabase as a string value.
解决办法
Use doubles for numeric. Otherwise, store identifiers as Strings.
重现步骤