<?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: Create a NEW Shapefile? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430056#M5209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; I'm using UWP so I don't think local server is an option for that.&amp;nbsp; We are currently using a downloaded feature service for our offline workflow (.geodatabase).&amp;nbsp; I assume that this is the geodatabase you speak of?&amp;nbsp; If it's possible to create an editable offline .geodatabase on the fly without having to download that would be great as well?&amp;nbsp; Basically looking for a more flexible data model where the ArcGIS Runtime app can create the needed schema on it's own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 18:48:27 GMT</pubDate>
    <dc:creator>WesBailes</dc:creator>
    <dc:date>2018-04-17T18:48:27Z</dc:date>
    <item>
      <title>Create a NEW Shapefile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430054#M5207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've utilized the ShapefileFeatureTable class to load and create new features within an existing shapefile, but is it possible to create a new shapefile with user defined fields, geometry type, etc?&amp;nbsp; If this functionality doesn't exist now, is it planned in the future?&amp;nbsp; Thanks for any suggestions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 17:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430054#M5207</guid>
      <dc:creator>WesBailes</dc:creator>
      <dc:date>2018-04-17T17:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create a NEW Shapefile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430055#M5208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct support for creating Shapefiles from scratch via the API is a feature under consideration on the roadmap. In the meantime, it is technically possible using the WPF API within ArcGIS Runtime SDK for .NET in conjunction with the ArcGIS Runtime Local Server. You will need to create a Geoprocessing script/model in ArcMap and share that as a Geoprocessing Package. Because&amp;nbsp;Shapefile support requires a Standard license, adding the Local Server component should not add any additional licensing requirements.&amp;nbsp;You might&amp;nbsp;consider this an interim feature in your application until&amp;nbsp;you're ready to move to the Geodatabase format that&amp;nbsp;provides greater functionality (e.g. no .dbf format limitations) and better performance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information see:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.5/tools/data-management-toolbox/create-feature-class.htm" title="http://desktop.arcgis.com/en/arcmap/10.5/tools/data-management-toolbox/create-feature-class.htm"&gt;Create Feature Class—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.5/analyze/sharing-workflows/what-is-a-geoprocessing-package-.htm" title="http://desktop.arcgis.com/en/arcmap/10.5/analyze/sharing-workflows/what-is-a-geoprocessing-package-.htm"&gt;What is a geoprocessing package?—ArcMap | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.5/analyze/sharing-workflows/a-quick-tour-of-creating-a-geoprocessing-package.htm" title="http://desktop.arcgis.com/en/arcmap/10.5/analyze/sharing-workflows/a-quick-tour-of-creating-a-geoprocessing-package.htm"&gt;A quick tour of creating a geoprocessing package—ArcMap | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/local-server.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/local-server.htm"&gt;Local Server—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/license-your-app.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/license-your-app.htm"&gt;License your app—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430055#M5208</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-04-17T18:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create a NEW Shapefile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430056#M5209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; I'm using UWP so I don't think local server is an option for that.&amp;nbsp; We are currently using a downloaded feature service for our offline workflow (.geodatabase).&amp;nbsp; I assume that this is the geodatabase you speak of?&amp;nbsp; If it's possible to create an editable offline .geodatabase on the fly without having to download that would be great as well?&amp;nbsp; Basically looking for a more flexible data model where the ArcGIS Runtime app can create the needed schema on it's own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430056#M5209</guid>
      <dc:creator>WesBailes</dc:creator>
      <dc:date>2018-04-17T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create a NEW Shapefile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430057#M5210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the downloaded mobile geodatabase is the new type i was referring to.&amp;nbsp;Unfortunately it's not currently possible to create an editable offline .geodatabase on the fly. That feature is also on the roadmap, but I would expect to see that sooner than the Shapefile creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the data volumes to need to create/write you might be able to use a FeatureCollectionTable for which you can create on the fly and specify the schema. It's effectively in memory unless you call ToJson and persist it yourself (or save to a portal as an item). When mobile geodatabase table creation is supported, it will follow the same workflow/pattern as for the feature collection table above, but will be persisted within a .geodatabase file that you will create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/UWP/ArcGISRuntime.UWP.Viewer/Samples/Layers/CreateFeatureCollectionLayer/CreateFeatureCollectionLayer.xaml.cs" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/UWP/ArcGISRuntime.UWP.Viewer/Samples/Layers/CreateFeatureCollectionLayer/CreateFeatureCollectionLayer.xaml.cs"&gt;arcgis-runtime-samples-dotnet/CreateFeatureCollectionLayer.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitH…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 19:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-new-shapefile/m-p/430057#M5210</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-04-17T19:13:47Z</dc:date>
    </item>
  </channel>
</rss>

