<?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 Convert graphics to Shape file in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/convert-graphics-to-shape-file/m-p/224082#M629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to covert Graphics(point, line,polygon ) into Shape file in arc gis runtime fora java 100.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 09:28:05 GMT</pubDate>
    <dc:creator>Siva_SankaraReddy_T</dc:creator>
    <dc:date>2017-09-01T09:28:05Z</dc:date>
    <item>
      <title>Convert graphics to Shape file</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/convert-graphics-to-shape-file/m-p/224082#M629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to covert Graphics(point, line,polygon ) into Shape file in arc gis runtime fora java 100.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 09:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/convert-graphics-to-shape-file/m-p/224082#M629</guid>
      <dc:creator>Siva_SankaraReddy_T</dc:creator>
      <dc:date>2017-09-01T09:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert graphics to Shape file</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/convert-graphics-to-shape-file/m-p/224083#M630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be easily done with geoprocessing tools. I used arcpy to build a custom GP tool that would take feature set and the output shapefile location and copy features to it.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;features = arcpy.GetParameterAsText(0) #featureSet outFeatureClass = arcpy.GetParameterAsText(1) # Shapefile path&amp;nbsp; # Set local variables&amp;nbsp; arcpy.CopyFeatures_management(features, outFeatureClass)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This gpk can be accessed from local or be hosted on your ArcGIS online account.&lt;/P&gt;&lt;P&gt;You might have to handle creating the feature set properly in the runtime app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 07:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/convert-graphics-to-shape-file/m-p/224083#M630</guid>
      <dc:creator>HalidhaFathima1</dc:creator>
      <dc:date>2017-09-11T07:49:00Z</dc:date>
    </item>
  </channel>
</rss>

