<?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: Export to shapefile/other format in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552293#M14130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any geoprocessing tool that outputs a feature class allows you to choose either a shapefile or geodatabase feature class as the output format. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your case you could use the 'Clip' GPtool which extracts the input features that overlay the clip features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The clip features could be an input parameter that you would populate by using a GPRecordSet at the client level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is sample of such a GP tool whose purpose is 'Using a polygon digitized by the user, this service clips layers from the study area into a file geodatabase, then creates a .zip file that can be downloaded by the user.'&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//00930000003t000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//00930000003t000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jun 2010 09:35:13 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2010-06-17T09:35:13Z</dc:date>
    <item>
      <title>Export to shapefile/other format</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552290#M14127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS Server and Silverlight client. I need to export a selection/a whole layer to a shape file. Is this possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 11:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552290#M14127</guid>
      <dc:creator>BrianBorg</dc:creator>
      <dc:date>2010-06-16T11:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shapefile/other format</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552291#M14128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is not supported in Silverlight nor on the server end. I'm thinking a custom Geoprocessing tool might be able to do this, but other than that no.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 00:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552291#M14128</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-06-17T00:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shapefile/other format</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552292#M14129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I have never used Geoprocessing hence I am new to the concept. Any samples around on how to achieve this using geoprocessing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 02:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552292#M14129</guid>
      <dc:creator>BrianBorg</dc:creator>
      <dc:date>2010-06-17T02:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shapefile/other format</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552293#M14130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any geoprocessing tool that outputs a feature class allows you to choose either a shapefile or geodatabase feature class as the output format. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your case you could use the 'Clip' GPtool which extracts the input features that overlay the clip features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The clip features could be an input parameter that you would populate by using a GPRecordSet at the client level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is sample of such a GP tool whose purpose is 'Using a polygon digitized by the user, this service clips layers from the study area into a file geodatabase, then creates a .zip file that can be downloaded by the user.'&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//00930000003t000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//00930000003t000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 09:35:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/export-to-shapefile-other-format/m-p/552293#M14130</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-17T09:35:13Z</dc:date>
    </item>
  </channel>
</rss>

