GeoEvent Spatial filters using 'OUTSIDE' and 'DISJOINT' do not honor GeoFences when wild cards are chosen.
上次发布: June 14, 2016ArcGIS for Server
漏洞 ID 编号
BUG-000096373
已提交
May 10, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS for Server
找到的版本
10.4
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Regular expression patterns select or identify a set of candidate GeoFences. The pattern .*/.* would place all GeoFences from all existing categories into a candidate pool.
The filter expression then uses 'ANY' and 'ALL' to apply the spatial operator to the candidate pool.
解决办法
Instead of using a wild card to call the GeoFence category or name in the spatial filter, use a series of spatial filters, calling each GeoFence individually.