GeoEvent Spatial filters using 'OUTSIDE' and 'DISJOINT' do not honor GeoFences when wild cards are chosen.
Last Published: June 14, 2016ArcGIS for Server
Bug ID Number
BUG-000096373
Submitted
May 10, 2016
Last Modified
June 5, 2024
Applies to
ArcGIS for Server
Version found
10.4
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
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.
Workaround
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.