Aggregated trace results with filter barriers on a non-spatial edge object return only the starting container feature.
上次发布: May 12, 2022ArcGIS Utility Network
漏洞 ID 编号
BUG-000148193
已提交
April 1, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Utility Network
找到的版本
5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This issue is identified to be behaving as designed due to the configuration of the filter function barrier which is specified to stop if the measured length value is equal to OR less than 300. In the example given, the first feature is 127, which is equal to or less than 300, so it stops as is specified in the parameters. Switch the parameter operator to 'greater than or equal to' 300 then more features are returned in the selection set.