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.