<?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: Creating a Shapefile with ArcGIS Runtime SDK for Java in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467441#M1457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Freddie,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Thx for the reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;We need to process a data stream and then programmatically generate shape files on the fly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;What is the best way to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Mike &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 17:59:43 GMT</pubDate>
    <dc:creator>MichaelDuffy1</dc:creator>
    <dc:date>2015-09-02T17:59:43Z</dc:date>
    <item>
      <title>Creating a Shapefile with ArcGIS Runtime SDK for Java</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467439#M1455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible to do?&amp;nbsp; If not, what is the best recommendation for grammatically generating Shapefiles in Java?&amp;nbsp; GeoTools seems like the best bet; however, their latest and greatest version causes an error when uploading to ArcGIS Online.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467439#M1455</guid>
      <dc:creator>MichaelDuffy1</dc:creator>
      <dc:date>2015-08-24T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Shapefile with ArcGIS Runtime SDK for Java</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467440#M1456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shapefiles are currently a readonly source in the current version of the Java Runtime API. I'd hate for this to be the reason why you don't adopt this runtime, could you explain what you're needing to do with these shapefiles?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:35:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467440#M1456</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-09-02T17:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Shapefile with ArcGIS Runtime SDK for Java</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467441#M1457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Freddie,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Thx for the reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;We need to process a data stream and then programmatically generate shape files on the fly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;What is the best way to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Mike &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:59:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467441#M1457</guid>
      <dc:creator>MichaelDuffy1</dc:creator>
      <dc:date>2015-09-02T17:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Shapefile with ArcGIS Runtime SDK for Java</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467442#M1458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the most part runtime treats shapefiles as a readonly source. It would allow you to read existing ones, but there isn't currently anything within the API to allow you to create new ones or edit existing ones. That being said, it isn't entirely impossible to create shapefiles with the current runtime API if you leverage ArcGIS Server or Local Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have access to ArcGIS Server and your users are in a connected environment you could create any data structure (i.e. shapefiles, file geodatabases, etc.) that you can create in ArcGIS Server. You'd just need to return this data as a zip file from the server and unpack it on the client. On the other hand, I've been able to accomplish this using LocalServer for disconnected workflows in Runtime for .NET. I would assume that because LocalServer is essentially the same between between Java and .NET that these workflows would work there as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the tool you could do something as simple as running the copy features tool in ArcGIS Desktop. The output of this tool would need to be a shapefile. You could then publish this tool to ArcGIS Server or a Geoprocessing package (gpk) and you could leverage this from runtime to create your shapefiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 23:17:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-shapefile-with-arcgis-runtime-sdk-for/m-p/467442#M1458</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-09-02T23:17:16Z</dc:date>
    </item>
  </channel>
</rss>

