<?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: One to One relationship between GeoFence and GeoEvent in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/one-to-one-relationship-between-geofence-and/m-p/19073#M57</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Undral –&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the functionality you are looking for is an enhancement being introduced in the 10.3.1 product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let’s say you design a GeoEvent Service with a filter as illustrated below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/91963_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example the GeoFence category is still specified as a constant String, &lt;STRONG style="font-family: 'courier new', courier;"&gt;AdminAreas&lt;/STRONG&gt;. But the GeoFence name is dynamic: &lt;STRONG style="font-family: 'courier new', courier;"&gt;${TrackID}&lt;/STRONG&gt;. Notice the required decoration around the value indicating to GeoEvent that &lt;STRONG style="font-family: 'courier new', courier;"&gt;TrackID&lt;/STRONG&gt; is the name of a field, not a literal string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, only GeoEvents whose &lt;STRONG style="font-family: 'courier new', courier;"&gt;TrackID&lt;/STRONG&gt; attribute value matches the &lt;SPAN style="text-decoration: underline;"&gt;name&lt;/SPAN&gt; of the GeoFence the event’s Geometry is found to be INSIDE will be allowed through the filter. Rather than a tcp-text-out you would use an output suitable for notification such as Send an Email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps –&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 22:49:05 GMT</pubDate>
    <dc:creator>RJSunderman</dc:creator>
    <dc:date>2015-04-30T22:49:05Z</dc:date>
    <item>
      <title>One to One relationship between GeoFence and GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/one-to-one-relationship-between-geofence-and/m-p/19072#M56</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;We am trying to create a GeoEvent service where GeoEvents (moving points) have one to one relationship with GeoFences.&amp;nbsp; We only want to get notified when let’s say &lt;STRONG&gt;vehicle A&lt;/STRONG&gt; enters &lt;STRONG&gt;GeoFence A&lt;/STRONG&gt;. We don’t need to know about where other vehicles (like C, D, F) enter&lt;STRONG&gt; geoFence A&lt;/STRONG&gt;.&amp;nbsp; Basically, we are looking for a way to have one to one relationship between the GeoEvents and GeoFences. Currently, we are creating a new incident detector for each of this unique combination. But it seems like an inefficient way to do it especially if you have so many combinations. Is there a way to do it more efficiently? Is it possible to compare field values from two different GeoEvent definitions? In our case, our GeoFence and GeoEvent definitions have fields that contain same values.&amp;nbsp; I hope this @makes sense.&amp;nbsp; Thank you.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 16:18:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/one-to-one-relationship-between-geofence-and/m-p/19072#M56</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2015-04-29T16:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: One to One relationship between GeoFence and GeoEvent</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/one-to-one-relationship-between-geofence-and/m-p/19073#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Undral –&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the functionality you are looking for is an enhancement being introduced in the 10.3.1 product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let’s say you design a GeoEvent Service with a filter as illustrated below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/91963_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example the GeoFence category is still specified as a constant String, &lt;STRONG style="font-family: 'courier new', courier;"&gt;AdminAreas&lt;/STRONG&gt;. But the GeoFence name is dynamic: &lt;STRONG style="font-family: 'courier new', courier;"&gt;${TrackID}&lt;/STRONG&gt;. Notice the required decoration around the value indicating to GeoEvent that &lt;STRONG style="font-family: 'courier new', courier;"&gt;TrackID&lt;/STRONG&gt; is the name of a field, not a literal string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, only GeoEvents whose &lt;STRONG style="font-family: 'courier new', courier;"&gt;TrackID&lt;/STRONG&gt; attribute value matches the &lt;SPAN style="text-decoration: underline;"&gt;name&lt;/SPAN&gt; of the GeoFence the event’s Geometry is found to be INSIDE will be allowed through the filter. Rather than a tcp-text-out you would use an output suitable for notification such as Send an Email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps –&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 22:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/one-to-one-relationship-between-geofence-and/m-p/19073#M57</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2015-04-30T22:49:05Z</dc:date>
    </item>
  </channel>
</rss>

