<?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: Input Polygon by JSON format in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-polygon-by-json-format/m-p/48844#M214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="font-size: 10.5pt; font-family: sans-serif; color: #3d3d3d;"&gt;&lt;P style="margin: 8.0pt 0in 8.0pt 0in;"&gt;Hello Bing –&lt;/P&gt;&lt;P style="margin: 8.0pt 0in 8.0pt 0in;"&gt;Glad you got what you needed figured out. I noticed, though, that your JSON representation of the polygon geometry has no spatial reference. You will want to include that to "complete" the feature record specification if you want to be able to compare an event record's geometry to, say, a geofence to test spatial coincidence.&lt;/P&gt;&lt;P style="margin: 8.0pt 0in 8.0pt 0in;"&gt;You might find the following references helpful:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/features-and-geometries/#points"&gt;Core Concepts - Features and Geometries - Points&lt;/A&gt;&lt;/LI&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/features-and-geometries/#polylines"&gt;Core Concepts - Features and Geometries - Polylines&lt;/A&gt;&lt;/LI&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/features-and-geometries/#polygons"&gt;Core Concepts - Features and Geometries - Polygons&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin: 8.0pt 0in 8.0pt 0in;"&gt;Also, GeoEvent Server recently updated its documentation for inbound connectors which includes some relevant illustrations, and there is a blog on using GeoEvent Simulator to pass JSON string representations of geometry which enables you to simulate geometries other than point:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A href="https://enterprise.arcgis.com/en/geoevent/latest/process-event-data/receive-features-on-a-rest-endpoint.htm"&gt;Input Connectors - Receive Features on a REST Endpoint&lt;/A&gt;&lt;/LI&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/gis/enterprise-gis/geoevent/blog/2015/08/01/can-i-use-the-geoevent-simulator-to-simulate-events-with-geometries-other-than-point"&gt;Can I use the GeoEvent Simulator to simulate events with geometries other than Point&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin: 18.0pt 0in 8.0pt 0in;"&gt;Hope these are helpful–&lt;BR /&gt;RJ&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2019 18:33:34 GMT</pubDate>
    <dc:creator>RJSunderman</dc:creator>
    <dc:date>2019-11-11T18:33:34Z</dc:date>
    <item>
      <title>Input Polygon by JSON format</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-polygon-by-json-format/m-p/48842#M212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could generate a point feature in GeoEvent Server 10.7.1 but failed to generate two polygon features by below JSON string.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/472733_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Could you please point out any possible reason? thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2019 12:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-polygon-by-json-format/m-p/48842#M212</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-11-07T12:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Input Polygon by JSON format</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-polygon-by-json-format/m-p/48843#M213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I found the format for Geometry, it looks like "Geometry":{rings:[[[XXX, XXX],&lt;SPAN&gt;[XXX, XXX]&lt;/SPAN&gt;]]}, I just missed Object&amp;nbsp;for&amp;nbsp;the "rings".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 05:34:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-polygon-by-json-format/m-p/48843#M213</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-11-11T05:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Input Polygon by JSON format</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-polygon-by-json-format/m-p/48844#M214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="font-size: 10.5pt; font-family: sans-serif; color: #3d3d3d;"&gt;&lt;P style="margin: 8.0pt 0in 8.0pt 0in;"&gt;Hello Bing –&lt;/P&gt;&lt;P style="margin: 8.0pt 0in 8.0pt 0in;"&gt;Glad you got what you needed figured out. I noticed, though, that your JSON representation of the polygon geometry has no spatial reference. You will want to include that to "complete" the feature record specification if you want to be able to compare an event record's geometry to, say, a geofence to test spatial coincidence.&lt;/P&gt;&lt;P style="margin: 8.0pt 0in 8.0pt 0in;"&gt;You might find the following references helpful:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/features-and-geometries/#points"&gt;Core Concepts - Features and Geometries - Points&lt;/A&gt;&lt;/LI&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/features-and-geometries/#polylines"&gt;Core Concepts - Features and Geometries - Polylines&lt;/A&gt;&lt;/LI&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/features-and-geometries/#polygons"&gt;Core Concepts - Features and Geometries - Polygons&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin: 8.0pt 0in 8.0pt 0in;"&gt;Also, GeoEvent Server recently updated its documentation for inbound connectors which includes some relevant illustrations, and there is a blog on using GeoEvent Simulator to pass JSON string representations of geometry which enables you to simulate geometries other than point:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A href="https://enterprise.arcgis.com/en/geoevent/latest/process-event-data/receive-features-on-a-rest-endpoint.htm"&gt;Input Connectors - Receive Features on a REST Endpoint&lt;/A&gt;&lt;/LI&gt;&lt;LI style="margin: 8.0pt 0in 8.0pt 0in;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/gis/enterprise-gis/geoevent/blog/2015/08/01/can-i-use-the-geoevent-simulator-to-simulate-events-with-geometries-other-than-point"&gt;Can I use the GeoEvent Simulator to simulate events with geometries other than Point&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin: 18.0pt 0in 8.0pt 0in;"&gt;Hope these are helpful–&lt;BR /&gt;RJ&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 18:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/input-polygon-by-json-format/m-p/48844#M214</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2019-11-11T18:33:34Z</dc:date>
    </item>
  </channel>
</rss>

