<?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: Offline Adding feature in GeodatabaseFeatureTable  in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446161#M2249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some code example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2016 16:12:16 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2016-03-28T16:12:16Z</dc:date>
    <item>
      <title>Offline Adding feature in GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446160#M2248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I want to create new line feature in GeodatabaseFeatureTable after creating local geodatabase , but when I set type attribute value in feature, feature does not create with that type, creates with default type (ex: type value 1).How can I solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 14:09:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446160#M2248</guid>
      <dc:creator>tanerkoka1</dc:creator>
      <dc:date>2016-03-28T14:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Adding feature in GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446161#M2249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some code example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 16:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446161#M2249</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-03-28T16:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Adding feature in GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446162#M2250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp; &lt;SPAN style="color: #000000; font-style: italic;"&gt;Here&amp;nbsp; is the sampe below , if is state is online false feature &lt;SPAN style="color: #000000; font-style: italic;"&gt;correct&amp;nbsp; &lt;/SPAN&gt;created but when is state offline feature created only TIP =1 value always. &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-style: italic;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="font-style: italic; color: #000000;"&gt;appWindow&lt;/SPAN&gt;.isOnline==false)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;&lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;ArcGISRuntime.createObject(&lt;SPAN style="color: #008000;"&gt;"Feature"&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;.geometry&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;userPolyline;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2985c7;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; feature&lt;/SPAN&gt;.setAttributeValue(&lt;SPAN style="color: #008000;"&gt;"ID"&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt;guid&lt;/SPAN&gt;());&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2985c7;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; feature&lt;/SPAN&gt;.setAttributeValue(&lt;SPAN style="color: #008000;"&gt;"AD"&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt;textYolOrtaHatAdi&lt;/SPAN&gt;.text);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2985c7;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; feature&lt;/SPAN&gt;.setAttributeValue(&lt;SPAN style="color: #008000;"&gt;"TIP"&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt;comboBoxYolOrtaHatTip&lt;/SPAN&gt;.currentIndex);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;localYolortaHatYonfeatureTable&lt;/SPAN&gt;.addFeature(&lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;}&lt;SPAN style="color: #808000;"&gt; else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;&lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;ArcGISRuntime&lt;/SPAN&gt;.createObject(&lt;SPAN style="color: #008000;"&gt;"Feature"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;&lt;/SPAN&gt;.geometry&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #000000;"&gt;userPolyline&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;.setAttributeValue(&lt;SPAN style="color: #008000;"&gt;"ID"&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt;guid&lt;/SPAN&gt;());&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;.setAttributeValue(&lt;SPAN style="color: #008000;"&gt;"AD"&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt;textYolOrtaHatAdi&lt;/SPAN&gt;.text);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;.setAttributeValue(&lt;SPAN style="color: #008000;"&gt;"TIP"&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt;comboBoxYolOrtaHatTip&lt;/SPAN&gt;.currentIndex);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;yolOrtaHatFeatureLayer&lt;/SPAN&gt;.featureTable.addFeature(&lt;SPAN style="color: #2985c7;"&gt;feature&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;yolortaHatYonfeatureServiceTable&lt;/SPAN&gt;.applyFeatureEdits();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446162#M2250</guid>
      <dc:creator>tanerkoka1</dc:creator>
      <dc:date>2016-03-29T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Adding feature in GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446163#M2251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that you have default values set on the service, but no matter what you set, it always sets it to the default?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, this is a bug in 10.2.6, and will be fixed in a&amp;nbsp; patch that we are releasing very soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446163#M2251</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-03-29T19:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Adding feature in GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446164#M2252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any date when &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;release fixed 10.2.6 ? , or if&amp;nbsp; realesed where can I find are there any link to download it ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 11:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446164#M2252</guid>
      <dc:creator>tanerkoka1</dc:creator>
      <dc:date>2016-04-14T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Adding feature in GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446165#M2253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be out in the next couple of weeks. Watch the blog and geonet for an announcement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/offline-adding-feature-in-geodatabasefeaturetable/m-p/446165#M2253</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-04-14T15:42:59Z</dc:date>
    </item>
  </channel>
</rss>

