<?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: Retrieve graphics  from third party vendor ESRI JS API app in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625281#M58359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You loop through the graphics in the GL and use the Graphics.toJson method:&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/3/jsapi/graphic-amd.html#tojson" title="https://developers.arcgis.com/javascript/3/jsapi/graphic-amd.html#tojson"&gt;https://developers.arcgis.com/javascript/3/jsapi/graphic-amd.html#tojson&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2017 19:15:53 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-10-26T19:15:53Z</dc:date>
    <item>
      <title>Retrieve graphics  from third party vendor ESRI JS API app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625278#M58356</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;Is there a way for me to retrieve all the graphics (polygons) that my client drew and stored in his app (codered) to a local database or shapefile? Using the debugging tool in chrome I can get the path in the CSS but I cannot get the graphics layer itself. Any tips?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-css line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="property token"&gt;path&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;path&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;'M 1004 156 L 100...‍d="M 323 194 323...&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625278#M58356</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-10-26T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve graphics  from third party vendor ESRI JS API app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625279#M58357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am not sure why you can not get the graphics from the clients map. If they drew the paths on the map then normally this would be done using the Draw and it creates graphics that you can convert into json and then use a web service or something to send to the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625279#M58357</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-26T18:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve graphics  from third party vendor ESRI JS API app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625280#M58358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, How would I access the JSON of the graphics layers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625280#M58358</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-10-26T19:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve graphics  from third party vendor ESRI JS API app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625281#M58359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You loop through the graphics in the GL and use the Graphics.toJson method:&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/3/jsapi/graphic-amd.html#tojson" title="https://developers.arcgis.com/javascript/3/jsapi/graphic-amd.html#tojson"&gt;https://developers.arcgis.com/javascript/3/jsapi/graphic-amd.html#tojson&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625281#M58359</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-26T19:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve graphics  from third party vendor ESRI JS API app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625282#M58360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Robert, that does make sense if I had the app code source and could modify the script to convert objects to JSON but here the web map is hosted on a platform somewhere else. How should loop through the GL on a client web site? Using Google Chrome?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/381513_pastedImage_1.png" style="width: 620px; height: 520px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625282#M58360</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-10-26T19:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve graphics  from third party vendor ESRI JS API app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625283#M58361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not aware of anyway to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625283#M58361</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-26T19:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve graphics  from third party vendor ESRI JS API app</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625284#M58362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Thank you anyway.&amp;nbsp;I would like those graphics to become a feature service eventually. But I dont think that can happen unfortunately. Or, I may have to work with the vendor for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:59:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-graphics-from-third-party-vendor-esri-js/m-p/625284#M58362</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-10-26T19:59:44Z</dc:date>
    </item>
  </channel>
</rss>

