<?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: Problem with sending the coordinate into arcgis Geovent Processor in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541990#M2382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello RJ Sunderman &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in fact I spoke about the message content for exemple: do i send the message in this order ( Id_mobile Device,latitude,longitude ) or the order does not matter for the interpretation of the message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that you understand my question now ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 09:46:27 GMT</pubDate>
    <dc:creator>DIALLOAbdoulaye</dc:creator>
    <dc:date>2014-03-19T09:46:27Z</dc:date>
    <item>
      <title>Problem with sending the coordinate into arcgis Geovent Processor</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541988#M2380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&amp;nbsp; everyone ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know if there is a format or specic standard for sending coordinates of a mobile arcgis geoevent processor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact I work on a project with tracking using&amp;nbsp; arcgis geoevent processor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so I developed an application that will be installed on mobile for&amp;nbsp; sending UDP messages&amp;nbsp; to Geovent processor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this message (containing the latitude and longitude of the mobile) should it respect a specific format to be recognized by geoevent &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;processor?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how Geoevent processor&amp;nbsp; is&amp;nbsp; going to know that this part is the longitude and the other part&amp;nbsp; is latitude?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I exuse for my english and thanks in advance for any help .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for information i am using a UDP protocole for sending message and my mobile use&amp;nbsp; windows phone 7 (OS).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541988#M2380</guid>
      <dc:creator>DIALLOAbdoulaye</dc:creator>
      <dc:date>2014-03-18T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending the coordinate into arcgis Geovent Processor</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541989#M2381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would like to know if there is a format or specic standard for sending coordinates of a mobile arcgis geoevent processor&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might be helpful to back up for a moment and remember that GeoEvent Services are designed with four basic components:&amp;nbsp; Input(s), Output(s), Filter(s), and Processor(s).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inputs are inbound connectors and Outputs are outbound connectors. Behind every connector is an adapter and a transport. A transport is responsible for receiving (or sending) event data in to (or out from) a GeoEvent Service. Out of the box, GeoEvent Processor has transports for system files, Esri feature services, as well as the HTTP, TCP, UDP, and WebSocket protocols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;On the inbound side, an adapter is is responsible for adapting or interpreting the event data received. Out of the box, GeoEvent Processor has adapters which support comma separated text, generic JSON, Esri feature JSON, and GeoRSS. Additional adapters intended to highlight product extensibility are available on the &lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;Esri" rel="nofollow" target="_blank"&amp;gt;http://links.esri.com/geoevent-gallery]Esri&lt;/A&gt;&lt;SPAN&gt; Gallery, &lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;Partner" rel="nofollow" target="_blank"&amp;gt;http://links.esri.com/geoevent-partner-gallery]Partner&lt;/A&gt;&lt;SPAN&gt; Gallery, and &lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;Community" rel="nofollow" target="_blank"&amp;gt;http://links.esri.com/geoevent-community-gallery]Community&lt;/A&gt;&lt;SPAN&gt; Gallery.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Since you are developing the mobile application intended to provide the data stream, and have identified the UDP protocol as your preferred transport, I would recommend formatting the data as comma separated text and leveraging the 'Receive text from a UDP Socket' Input connector available out-of-the-box. I would encourage you to take some time to go through the &lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;Introduction" rel="nofollow" target="_blank"&amp;gt;http://www.arcgis.com/home/item.html?id=265c334a47994dcc95e1bd57cf20e98e]Introduction&lt;/A&gt;&lt;SPAN&gt; to GeoEvent Processor tutorial to familiarize yourself with how GeoEvent Services are designed to receive and process GeoEvents created from event data received as comma separated text. Updates to this tutorial will be available shortly which will make the content more approachable - but you should find the currently available tutorial adequate for your needs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may also find the following on-line references useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt; Overview of Input Connectors &lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt; Input Connectors &lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt; Overview of Output Connectors &lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt; Output Connectors &lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this information helps -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RJ&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 20:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541989#M2381</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-03-18T20:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending the coordinate into arcgis Geovent Processor</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541990#M2382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello RJ Sunderman &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in fact I spoke about the message content for exemple: do i send the message in this order ( Id_mobile Device,latitude,longitude ) or the order does not matter for the interpretation of the message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that you understand my question now ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:46:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541990#M2382</guid>
      <dc:creator>DIALLOAbdoulaye</dc:creator>
      <dc:date>2014-03-19T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending the coordinate into arcgis Geovent Processor</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541991#M2383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the clarification.&amp;nbsp; If you are sending the data as MobileDeviceId,latitude,longitude then I would recommend creating a GeoEvent Definition with those fields in that order. Keeping in mind that every GeoEvent being processed must have a GeoEvent Definition which matches the event's schema. Comma-separated text being received via a UDP/Text Input must still have an Event Definition which specifies the event field names, data types, and field order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will want to configure your Input to create a Geometry from the received latitude and longitude fields, and include a field of type Geometry in the GeoEvent Definition so that the Input has somewhere to put the Geometry it creates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- RJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/problem-with-sending-the-coordinate-into-arcgis/m-p/541991#M2383</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-03-19T15:28:18Z</dc:date>
    </item>
  </channel>
</rss>

