<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Spatial filter - Different Geofences depending on a field in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/spatial-filter-different-geofences-depending-on-a/m-p/747609#M3213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello David -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to make sure I understand your question or scenario. You would like the ability to configure a filter element with an expression similar to &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;GEOMETRY OUTSIDE FlightZones/${ZoneID}&lt;/STRONG&gt;&lt;SPAN&gt; rather than naming a specific GeoFence such as &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;GEOMETRY OUTSIDE FlightZones/ZoneA&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This isn't supported in the current release. The spatial expression for a filter element (or Incident Detector processor element) will not substitute a value (e.g. an attribute value) for a variable (e.g. the name of an event field) on-the-fly as the expression is evaluated by the filter / processor when an event is received. The spatial expression must include the GeoFence category and a GeoFence name. Regular expression patterns are accepted, so an expression such as &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;GEOMETRY OUTSIDE FlightZones/.*&lt;/STRONG&gt;&lt;SPAN&gt; is valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can do, at the 10.2.1 release, is combine a GeoTagger with a Filter in order to generate an alert when an asset is tagged outside of its assigned zone. For example, if you configured a GeoTagger processor to enrich events with just the name of the GeoFence they are found INSIDE, you could then configure a filter which checked to see if the name of the asset's assigned zone did not match the name of the zone in which it was most recently tagged. Something like the attached illustration. (Notice that I did not include the name of the GeoFence Category in the GeoTagger's enrichment, so I can use variable-substitution to compare the value from the field ZoneID (where the flight is supposed to be) with the value in the GeoTag field TaggedInZone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 00:10:40 GMT</pubDate>
    <dc:creator>RJSunderman</dc:creator>
    <dc:date>2014-02-06T00:10:40Z</dc:date>
    <item>
      <title>Spatial filter - Different Geofences depending on a field</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/spatial-filter-different-geofences-depending-on-a/m-p/747608#M3212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to associate a different geofence for each feature I have in Input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to match input features and geofences with an ID (so the alert only happen with the geofences assiociated to the feature)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is it possible, when we create a spatial condition (for a filter or an incident detection), to select the geofence in function of an input feature's field value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 14:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/spatial-filter-different-geofences-depending-on-a/m-p/747608#M3212</guid>
      <dc:creator>DavidVial</dc:creator>
      <dc:date>2014-02-05T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial filter - Different Geofences depending on a field</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/spatial-filter-different-geofences-depending-on-a/m-p/747609#M3213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello David -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to make sure I understand your question or scenario. You would like the ability to configure a filter element with an expression similar to &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;GEOMETRY OUTSIDE FlightZones/${ZoneID}&lt;/STRONG&gt;&lt;SPAN&gt; rather than naming a specific GeoFence such as &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;GEOMETRY OUTSIDE FlightZones/ZoneA&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This isn't supported in the current release. The spatial expression for a filter element (or Incident Detector processor element) will not substitute a value (e.g. an attribute value) for a variable (e.g. the name of an event field) on-the-fly as the expression is evaluated by the filter / processor when an event is received. The spatial expression must include the GeoFence category and a GeoFence name. Regular expression patterns are accepted, so an expression such as &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;GEOMETRY OUTSIDE FlightZones/.*&lt;/STRONG&gt;&lt;SPAN&gt; is valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can do, at the 10.2.1 release, is combine a GeoTagger with a Filter in order to generate an alert when an asset is tagged outside of its assigned zone. For example, if you configured a GeoTagger processor to enrich events with just the name of the GeoFence they are found INSIDE, you could then configure a filter which checked to see if the name of the asset's assigned zone did not match the name of the zone in which it was most recently tagged. Something like the attached illustration. (Notice that I did not include the name of the GeoFence Category in the GeoTagger's enrichment, so I can use variable-substitution to compare the value from the field ZoneID (where the flight is supposed to be) with the value in the GeoTag field TaggedInZone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 00:10:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/spatial-filter-different-geofences-depending-on-a/m-p/747609#M3213</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-02-06T00:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial filter - Different Geofences depending on a field</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/spatial-filter-different-geofences-depending-on-a/m-p/747610#M3214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello RJ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 08:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/spatial-filter-different-geofences-depending-on-a/m-p/747610#M3214</guid>
      <dc:creator>DavidVial</dc:creator>
      <dc:date>2014-02-24T08:16:59Z</dc:date>
    </item>
  </channel>
</rss>

