<?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 force populate from service not returning only a subset of features considering the max record count? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-force-populate-from-service-not-returning/m-p/1064754#M4203</link>
    <description>&lt;P&gt;Is it possible by using FeatureRequestMode::ManualCache to let the runtime manual cache all features without considering the max record count or do we have to query and insert the features by chunks on our own?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;m_acledFeatureTable = new ServiceFeatureTable(QUrl("~/FeatureServer/1"), this);
    connect(m_acledFeatureTable, &amp;amp;ServiceFeatureTable::doneLoading, this, &amp;amp;AcledLayerSource::doneLoading);
    if (useManualCaching)
    {
        m_acledFeatureTable-&amp;gt;setFeatureRequestMode(FeatureRequestMode::ManualCache);
        QueryParameters queryAll;
        queryAll.setWhereClause("1=1");
        queryAll.setMaxFeatures(std::numeric_limits&amp;lt;int&amp;gt;().max());
        m_acledFeatureTable-&amp;gt;populateFromService(queryAll, true, QStringList { "*" });
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2021 17:00:19 GMT</pubDate>
    <dc:creator>OSINT_ENGINEER</dc:creator>
    <dc:date>2021-06-03T17:00:19Z</dc:date>
    <item>
      <title>How to force populate from service not returning only a subset of features considering the max record count?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-force-populate-from-service-not-returning/m-p/1064754#M4203</link>
      <description>&lt;P&gt;Is it possible by using FeatureRequestMode::ManualCache to let the runtime manual cache all features without considering the max record count or do we have to query and insert the features by chunks on our own?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;m_acledFeatureTable = new ServiceFeatureTable(QUrl("~/FeatureServer/1"), this);
    connect(m_acledFeatureTable, &amp;amp;ServiceFeatureTable::doneLoading, this, &amp;amp;AcledLayerSource::doneLoading);
    if (useManualCaching)
    {
        m_acledFeatureTable-&amp;gt;setFeatureRequestMode(FeatureRequestMode::ManualCache);
        QueryParameters queryAll;
        queryAll.setWhereClause("1=1");
        queryAll.setMaxFeatures(std::numeric_limits&amp;lt;int&amp;gt;().max());
        m_acledFeatureTable-&amp;gt;populateFromService(queryAll, true, QStringList { "*" });
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 17:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-force-populate-from-service-not-returning/m-p/1064754#M4203</guid>
      <dc:creator>OSINT_ENGINEER</dc:creator>
      <dc:date>2021-06-03T17:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to force populate from service not returning only a subset of features considering the max record count?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-force-populate-from-service-not-returning/m-p/1065277#M4207</link>
      <description>&lt;P&gt;You will need to request features in chunks until the exceededTransferLimit becomes false. This .NET post has an example of paging the queries you could take inspiration from -&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-net/queryfeaturesasync-paging/td-p/15458" target="_blank"&gt;https://community.esri.com/t5/arcgis-runtime-sdk-for-net/queryfeaturesasync-paging/td-p/15458&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 19:17:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-force-populate-from-service-not-returning/m-p/1065277#M4207</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-06-04T19:17:30Z</dc:date>
    </item>
  </channel>
</rss>

