<?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 Field Enricher with Multiple Matches in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193653#M810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the GeoEvent Processor to send out XMPP messages with an output when I get a new feature added to a layer that is inside a particular GeoFence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have everything working great on that with my GeoServices using a Filter to get features that match a certain criteria, a processor using GeoTag to add the GeoFence, and another processor to join the GeoFence to another layer and get values from it, and send to XMPP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The scenario I'm using is a PTZ camera with presets defined on a polygon layer, and when a new feature is in one of the presets, I get an XMPP message about it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works great, UNTIL I have overlapping presets and when it gets to my Joining Processor to Field Enrich off of the existing preset (polygon layer) it isn't enriching the field with data because it is either delimited, group or list of matching values and it doesn't enrich the data properly so therefore I don't get data in my message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I use a Field Enricher when I'm matching multiple GeoFences? Anyone with ideas? I can send more details if it isn't clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 20:16:29 GMT</pubDate>
    <dc:creator>MorganEverett</dc:creator>
    <dc:date>2014-03-17T20:16:29Z</dc:date>
    <item>
      <title>Field Enricher with Multiple Matches</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193653#M810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the GeoEvent Processor to send out XMPP messages with an output when I get a new feature added to a layer that is inside a particular GeoFence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have everything working great on that with my GeoServices using a Filter to get features that match a certain criteria, a processor using GeoTag to add the GeoFence, and another processor to join the GeoFence to another layer and get values from it, and send to XMPP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The scenario I'm using is a PTZ camera with presets defined on a polygon layer, and when a new feature is in one of the presets, I get an XMPP message about it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works great, UNTIL I have overlapping presets and when it gets to my Joining Processor to Field Enrich off of the existing preset (polygon layer) it isn't enriching the field with data because it is either delimited, group or list of matching values and it doesn't enrich the data properly so therefore I don't get data in my message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I use a Field Enricher when I'm matching multiple GeoFences? Anyone with ideas? I can send more details if it isn't clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 20:16:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193653#M810</guid>
      <dc:creator>MorganEverett</dc:creator>
      <dc:date>2014-03-17T20:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field Enricher with Multiple Matches</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193654#M811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Morgan -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It works great, UNTIL I have overlapping presets and when it gets to my Joining Processor to Field Enrich off of the existing preset (polygon layer) it isn't enriching the field with data...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand the issue you are describing, you are running into a known limitation of combining a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Field Enricher&lt;/SPAN&gt;&lt;SPAN&gt; with a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;GeoTagger&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Think of GeoTagging as a special case of event enrichment which only allows an event to be enriched with the name of a GeoFence (and optionally the name of the Category to which the GeoFence belongs). I'll refer to this as the "primary enrichment".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As long as none of your GeoFences overlap, you can use the name of the GeoFence from the "primary enrichment" as a key to join the enriched event to the polygon feature from which the GeoFence was derived and complete a "secondary enrichment". The GeoFence and polygon feature are separate objects in this model. The GeoFence object maintained by GeoEvent Processor does not include all of the attributes of the polygon feature. Hence your need to perform a table join in order to pull in the additional attributes from the polygon feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If one or more GeoFences overlap and the event's geometry is inside the overlapping area, the primary enrichment performed by the GeoTagger enriches the event with some sort of list of names which destroys the key needed for the table join and secondary enrichment. Another way of destroying the key needed for the secondary enrichment is to include the Category to which the GeoFence belongs with the primary enrichment performed by the GeoTagger. The attribute field of the original polygon feature from which the GeoFence was derived contains only the name of the GeoFence, not the name and category, so the table join fails and the secondary enrichment cannot be completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- RJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 21:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193654#M811</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-03-17T21:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field Enricher with Multiple Matches</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193655#M812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So this is just a known limitation and there is no solution for it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 21:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193655#M812</guid>
      <dc:creator>MorganEverett</dc:creator>
      <dc:date>2014-03-17T21:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Enricher with Multiple Matches</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193656#M813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. If you want to use a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;GeoTagger&lt;/SPAN&gt;&lt;SPAN&gt; to prepare an event for secondary enrichment then the GeoFences used for tagging events with the GeoFence name must not overlap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 14:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193656#M813</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-03-18T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Field Enricher with Multiple Matches</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193657#M814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morgan -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might find some help with what you are trying to do if you review the following thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;Overlapping" rel="nofollow" target="_blank"&amp;gt;http://forums.arcgis.com/threads/105319-Overlapping-geofences-with-different-attributes?p=376287#post376287]Overlapping&lt;/A&gt;&lt;SPAN&gt; geofences with different attributes&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- RJ&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 20:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/field-enricher-with-multiple-matches/m-p/193657#M814</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-03-27T20:49:22Z</dc:date>
    </item>
  </channel>
</rss>

