<?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: Will future version of Javascript API support non-hosted feature services for QueryTask.executeForExtent and/or FeatureLayer.queryExtent? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648560#M60459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documentation states that it only works with hosted feature services though. Maybe the documentation is out of date now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/112445_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 19:03:10 GMT</pubDate>
    <dc:creator>MichaelGayheart1</dc:creator>
    <dc:date>2015-06-22T19:03:10Z</dc:date>
    <item>
      <title>Will future version of Javascript API support non-hosted feature services for QueryTask.executeForExtent and/or FeatureLayer.queryExtent?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648555#M60454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently use ArcGISDynamicMapServiceLayer in a map with multiple layers of the same data symbolized differently based on scale. I use layerDefinitions to set all the definition queries as a user filters the map. The performance problem comes when trying to zoom to the selection with polygons since I have to use a queryTask, get the geometries back, and get the extent. This is done on data published from our own ArcGIS Servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be very nice to use the QueryTask.ExecuteForExtent method so I don't have to get back all the features and their geometries, but this is only available to hosted feature services at 3.9. Is there a technical challenge that makes it not possible to implement for non-hosted services?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648555#M60454</guid>
      <dc:creator>MichaelGayheart1</dc:creator>
      <dc:date>2014-07-11T16:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Will future version of Javascript API support non-hosted feature services for QueryTask.executeForExtent and/or FeatureLayer.queryExtent?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648556#M60455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you receive an answer to this question? I have the same problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 17:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648556#M60455</guid>
      <dc:creator>OkanBasegmez1</dc:creator>
      <dc:date>2014-12-04T17:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Will future version of Javascript API support non-hosted feature services for QueryTask.executeForExtent and/or FeatureLayer.queryExtent?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648557#M60456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I asked this question at UC and at the Esri DC open house. A developer at the later event wrote me an email afterwards stating that the functionality needed in ArcGIS Server to support this would be available in 10.3.1. I would assume the javascript api would be updated after that release to support ExecuteForExtent. Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 14:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648557#M60456</guid>
      <dc:creator>MichaelGayheart1</dc:creator>
      <dc:date>2014-12-11T14:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Will future version of Javascript API support non-hosted feature services for QueryTask.executeForExtent and/or FeatureLayer.queryExtent?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648558#M60457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This functionality is available in Server at 10.3.1 using parameter returnExtentOnly=true so hopefully it will make it into version 3.14 of the javascript api?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 18:15:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648558#M60457</guid>
      <dc:creator>MichaelGayheart1</dc:creator>
      <dc:date>2015-06-04T18:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Will future version of Javascript API support non-hosted feature services for QueryTask.executeForExtent and/or FeatureLayer.queryExtent?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648559#M60458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/29354"&gt;Michael Gayheart&lt;/A&gt;​ - the &lt;A href="https://developers.arcgis.com/javascript/jsapi/querytask-amd.html#executeforextent"&gt;QueryTask.executeForExtent&lt;/A&gt; has been supported in the JavaScript API since version 3.9 (no need to wait for 3.14).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="https://developers.arcgis.com/javascript/jshelp/new_v39.html" title="https://developers.arcgis.com/javascript/jshelp/new_v39.html"&gt;What's new in Version 3.9 | Guide | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 00:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648559#M60458</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2015-06-21T00:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Will future version of Javascript API support non-hosted feature services for QueryTask.executeForExtent and/or FeatureLayer.queryExtent?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648560#M60459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documentation states that it only works with hosted feature services though. Maybe the documentation is out of date now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/112445_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 19:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648560#M60459</guid>
      <dc:creator>MichaelGayheart1</dc:creator>
      <dc:date>2015-06-22T19:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Will future version of Javascript API support non-hosted feature services for QueryTask.executeForExtent and/or FeatureLayer.queryExtent?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648561#M60460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, the JSAPI doc hasn't been updated since the release of 10.3.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The doc will be updated as part of the next release of the Javascript API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 22:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/will-future-version-of-javascript-api-support-non/m-p/648561#M60460</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2015-06-22T22:20:58Z</dc:date>
    </item>
  </channel>
</rss>

