<?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 How to Generate Template Table in ArcGIS Runtime SDK for Qt in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-generate-template-table-in-arcgis-runtime/m-p/566816#M2917</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;SPAN style="background-color: #ffffff; border: 0px; font-size: 16px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -We are using&amp;nbsp;Arcgis Runtime SDK for Qt 10.2.6 and Qt 5.4.2 (MSVC 2013, 32 bit) Qt Creator&amp;nbsp;QT\QML side We have local editing application which edits features within an&amp;nbsp;offline geodatabase and sync back to the service.We are using&amp;nbsp;GeodatabaseSyncTask class's generateGeodatabase (GenerateGeodatabaseParameters&amp;nbsp;parameters, string filename) method to generate geodatabase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-size: 16px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; We are usualy genarate table or feature classes &amp;nbsp;within envelope geometry or realational with other layers with GenerateGodatabaseParameters and later records &amp;nbsp;or features come down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-size: 16px;"&gt;&amp;nbsp; Can we&amp;nbsp;generate template table without records, and then edit new records and s&lt;SPAN&gt;ync back to the service. Are there any options or capability in Arcgis Runtime SDK for QT to do this ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-size: 16px;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2016 09:32:29 GMT</pubDate>
    <dc:creator>tanerkoka1</dc:creator>
    <dc:date>2016-12-29T09:32:29Z</dc:date>
    <item>
      <title>How to Generate Template Table in ArcGIS Runtime SDK for Qt</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-generate-template-table-in-arcgis-runtime/m-p/566816#M2917</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;SPAN style="background-color: #ffffff; border: 0px; font-size: 16px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -We are using&amp;nbsp;Arcgis Runtime SDK for Qt 10.2.6 and Qt 5.4.2 (MSVC 2013, 32 bit) Qt Creator&amp;nbsp;QT\QML side We have local editing application which edits features within an&amp;nbsp;offline geodatabase and sync back to the service.We are using&amp;nbsp;GeodatabaseSyncTask class's generateGeodatabase (GenerateGeodatabaseParameters&amp;nbsp;parameters, string filename) method to generate geodatabase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-size: 16px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; We are usualy genarate table or feature classes &amp;nbsp;within envelope geometry or realational with other layers with GenerateGodatabaseParameters and later records &amp;nbsp;or features come down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-size: 16px;"&gt;&amp;nbsp; Can we&amp;nbsp;generate template table without records, and then edit new records and s&lt;SPAN&gt;ync back to the service. Are there any options or capability in Arcgis Runtime SDK for QT to do this ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-size: 16px;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 09:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-generate-template-table-in-arcgis-runtime/m-p/566816#M2917</guid>
      <dc:creator>tanerkoka1</dc:creator>
      <dc:date>2016-12-29T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Generate Template Table in ArcGIS Runtime SDK for Qt</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-generate-template-table-in-arcgis-runtime/m-p/566817#M2918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taner,&lt;/P&gt;&lt;P&gt;When you say, "template table", are you referring to, for example, an empty feature service with a predefined schema with which to start collecting data? This is possible. You simply create a feature service from scratch, which allows you to define the schema you want to use, without the need of having features to begin with (I hope I understood your question correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a good topic to get started with:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/guide/editing.htm#ESRI_SECTION1_18A2EFF17CB64E2E8FD345954EF201F2" title="https://developers.arcgis.com/qt/latest/qml/guide/editing.htm#ESRI_SECTION1_18A2EFF17CB64E2E8FD345954EF201F2"&gt;Editing—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if I've misunderstood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 19:25:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-generate-template-table-in-arcgis-runtime/m-p/566817#M2918</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2016-12-29T19:25:54Z</dc:date>
    </item>
  </channel>
</rss>

