<?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 Need to export features to kml and shp format in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700916#M65289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using arcgis javascript api 3.8, I need to export the features identified through identify task to shp and kml format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any inputs on this would be of great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Deepika&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 11:01:24 GMT</pubDate>
    <dc:creator>DeepikaJain</dc:creator>
    <dc:date>2014-03-18T11:01:24Z</dc:date>
    <item>
      <title>Need to export features to kml and shp format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700916#M65289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using arcgis javascript api 3.8, I need to export the features identified through identify task to shp and kml format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any inputs on this would be of great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Deepika&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 11:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700916#M65289</guid>
      <dc:creator>DeepikaJain</dc:creator>
      <dc:date>2014-03-18T11:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need to export features to kml and shp format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700917#M65290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Deepika,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;our JavaScript API doesn't include any inbuilt tools to accomplish something like that so you might consider publishing a geoprocessing service to accomplish the same.&amp;nbsp; it would have to take in an input featureset and write those features to disk on the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/gp_clipasync.html"&gt;https://developers.arcgis.com/javascript/jssamples/gp_clipasync.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Clip_and_ship/01540000035r000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/#/Clip_and_ship/01540000035r000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 19:44:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700917#M65290</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-03-18T19:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to export features to kml and shp format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700918#M65291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please find attachment&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 03:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700918#M65291</guid>
      <dc:creator>pankajpedram1</dc:creator>
      <dc:date>2014-03-19T03:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need to export features to kml and shp format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700919#M65292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Deepika,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jsfiddle.net/cyLvt/"&gt;Here&lt;/A&gt;&lt;SPAN&gt; is an example using a feature layer and exporting to a shapefile through a button added to the info window.&amp;nbsp; The export is handled through a geoprocessing service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note:&amp;nbsp; it will take about 30-60 seconds for the zipped shapefile to be returned&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 13:10:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/700919#M65292</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-03-19T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to export features to kml and shp format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/1006174#M70960</link>
      <description>&lt;P&gt;The link does not work any more!?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 14:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-to-export-features-to-kml-and-shp-format/m-p/1006174#M70960</guid>
      <dc:creator>RamezRafatVolue</dc:creator>
      <dc:date>2020-12-02T14:50:33Z</dc:date>
    </item>
  </channel>
</rss>

