Select to view content in your preferred language

Providing a LocationGeotriggerFeed source via Dynamic Entity get Observations

190
2
a month ago
rod182211
New Contributor III

Hello Community. I am seeking advice regards enabling a LocationGeotriggerFeed  datasource via Dynamic Observations.  Is there a way to pass the below to the LocationGeotriggerFeed  

public Observation getLatestObservation() {

return latestObservation;
}
0 Kudos
2 Replies
rod182211
New Contributor III

I thought I should show a quick video to highlight what I am after. In the video you can see a number of entities moving. I want to trigger an event when one or any enter the AO defined as Test

0 Kudos
KerryRobinson
Esri Contributor

Hi Rodney - 

Currently, Geotriggers only takes in one entity/track from a LocationDataSource at a time- multiple entities/tracks are not supported. That is something we would like to do in the future - allow the DynamicEntityDataSource as an input to Geotrigger. 

For now, you could configure the GeotriggerMonitor to work with a custom LocationDataSource that receives inputs from one Dynamic Entity's DynamicEntityChanged event. 

It is possible to set up more than one Geotrigger Monitor (to work with multiple Dynamic Entities), but it isn't really designed to scale up to a high number of Geotirgger Monitors per app. 

Let us know if you have any other questions. 

0 Kudos