<?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: GPS Points Intersection with Buffer Polygons in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266010#M24578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;These buffer location will be at different locations and GPS points will be in thousands. Alerts should be simultaneous else it might be late for the concern person &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2016 17:02:19 GMT</pubDate>
    <dc:creator>saurabhgupta2</dc:creator>
    <dc:date>2016-07-19T17:02:19Z</dc:date>
    <item>
      <title>GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266006#M24574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am trying to create a safety mechanism for rail employees. I have live feed of GPS coordinates of trains( for whole country) and 100 buffers. I need to trigger an alert if any of the GPS point enter into any of these buffer polygon. How I can approach this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 13:52:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266006#M24574</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2016-07-19T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266007#M24575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Saurabh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;&amp;nbsp; I would start by merging all 100 buffers to one feature/geometry that way you can do a spatial query on each train gps point against the one polygon (merged buffers) each time you get new gps results.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 14:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266007#M24575</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-19T14:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266008#M24576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hate to go all ESRI sales person but this sounds like a perfect use scenario for the &lt;A href="http://www.esri.com/software/arcgis/arcgisserver/extensions/geoevent-extension"&gt;GeoEvent extension for ArcGIS Server&lt;/A&gt;. Short of that, I suppose you could incorporate a &lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setInterval"&gt;windows.setInterval&lt;/A&gt; based on some acceptable interval (1 minute? 30sec?) where you query the current location against the polygons in order to determine if you should warn the person of an approaching train.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 15:01:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266008#M24576</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2016-07-19T15:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266009#M24577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;There are two hurdles i can see in the merging all the buffers and then intersecting one by one. First these buffers are independent identity ( represents locations for workers). The application needs to send the buffers ID along with intersecting GPS point ID as an Alert. If more than one instance of buffer is found then multiple pairs will be send. I am not sure merging will help me get different buffer ID and their intersecting GPS ID&amp;nbsp; and more over GPS point will be in thousands and i need to generate simultaneous alerts. Iterating one by one wont solve the problem.&lt;/P&gt;&lt;P&gt;If some how i could interest all the buffer and gps point ( something like spatial joins in arcmap) that might solve the problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 16:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266009#M24577</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2016-07-19T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266010#M24578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;These buffer location will be at different locations and GPS points will be in thousands. Alerts should be simultaneous else it might be late for the concern person &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 17:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266010#M24578</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2016-07-19T17:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266011#M24579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have to agree with Steve then the GeoEvent server sounds like the best match for your scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 17:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266011#M24579</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-19T17:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266012#M24580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a hard time picturing this. Are the buffers moving, or are they in fixed locations? I presume the GPS locations will be updating at a set interval. Once a GPS point intersects a buffer, you want to send an alert that indicates the GPS point ID and the buffer ID. Is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 21:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266012#M24580</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2016-07-19T21:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266013#M24581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kristian&lt;/P&gt;&lt;P&gt;Yes that's correct. But issue i am facing is that there can be many such intersection happening at the same time and alert has to be send for all such intersections simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 05:21:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266013#M24581</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2016-07-20T05:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266014#M24582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Can you please explain the same in bit detail, so that simultaneous alerts can be triggered for all such intersections.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 05:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266014#M24582</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2016-07-20T05:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266015#M24583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Saurabh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;&amp;nbsp; This is the type of stuff the GeoEvent server is designed for. You define GeoFences (your buffers) and when a trigger (your trains) intersect the GeoFence you can run some code. You need to look at product info about GeoEvent Server and search esris website as then has been several video and presentation about it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266015#M24583</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-20T12:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266016#M24584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Thanks for the explanation. I will take a look to it. I have just one more question regarding the same. What is the most efficient way out to show real time GPS points on map. Currently I am creating the gps points graphics every 30 sec and adding to graphic layer( as right now i have 3 trains in my POC), but i fear if the number of gps locations( trains) will increase ( In actual scenario) then this approach wont be the best one. Can you suggest on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266016#M24584</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2016-07-20T13:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266017#M24585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what the GeoEvent server is designed for as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esri.com/software/arcgis/arcgisserver/extensions/geoevent-extension" title="http://www.esri.com/software/arcgis/arcgisserver/extensions/geoevent-extension"&gt;GeoEvent Extension | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:15:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266017#M24585</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-20T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Points Intersection with Buffer Polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266018#M24586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Thanks . I will look into GeoEvent Extension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 04:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/gps-points-intersection-with-buffer-polygons/m-p/266018#M24586</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2016-07-21T04:53:59Z</dc:date>
    </item>
  </channel>
</rss>

