GeoEvent filter:'enter' and 'inside' in the geofence function have a same result

4181
1
01-11-2015 06:59 PM
chenjun
New Contributor

I have made a geoevent service to detect a car to enter a geofence and I want to send a Email when the car enter the geofence, but it will keep sending when the car inside the geofence until it is outside.I dont know how to deal with it.

0 Kudos
1 Reply
XanderBakker
Esri Esteemed Contributor

There should be a difference (Inside should give multiple results, while Enter should only provide one):

InsideOutside.png

and...

EnterExit.png

Source: ArcGIS Help (10.2, 10.2.1, and 10.2.2)

Are you sure that it enters the GeoFence only once? If it is a narrow GeoFence following the route of a car, GPS imprecision may invoke multiple entries.