<?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 What event fires when layers/layer get fully loaded on map? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-event-fires-when-layers-layer-get-fully/m-p/100370#M9198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to calculate the number of features in feature layer in current extent at the time everything is loaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a event I can capture?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried following events, all of them get fired BEFORE layer graphics of current extent get loaded. That results in incorrect number of features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Map: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;onLayersAddResult &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;onZoomEnd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;onPanEnd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;update-end&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Aug 2013 19:21:34 GMT</pubDate>
    <dc:creator>tonylife</dc:creator>
    <dc:date>2013-08-01T19:21:34Z</dc:date>
    <item>
      <title>What event fires when layers/layer get fully loaded on map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-event-fires-when-layers-layer-get-fully/m-p/100370#M9198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to calculate the number of features in feature layer in current extent at the time everything is loaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a event I can capture?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried following events, all of them get fired BEFORE layer graphics of current extent get loaded. That results in incorrect number of features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Map: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;onLayersAddResult &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;onZoomEnd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;onPanEnd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;update-end&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 19:21:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-event-fires-when-layers-layer-get-fully/m-p/100370#M9198</guid>
      <dc:creator>tonylife</dc:creator>
      <dc:date>2013-08-01T19:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: What event fires when layers/layer get fully loaded on map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-event-fires-when-layers-layer-get-fully/m-p/100371#M9199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;have you tried map "onUpdateEnd"? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Though the layer "onUpdateEnd" should theoretically work&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/arcgisdynamicmapservicelayer.html#onupdateend"&gt;https://developers.arcgis.com/en/javascript/jsapi/arcgisdynamicmapservicelayer.html#onupdateend&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 21:06:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-event-fires-when-layers-layer-get-fully/m-p/100371#M9199</guid>
      <dc:creator>DianaBenedict</dc:creator>
      <dc:date>2013-08-01T21:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: What event fires when layers/layer get fully loaded on map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-event-fires-when-layers-layer-get-fully/m-p/100372#M9200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/map.html#onlayeraddresult"&gt;map.onLayerAddResult?&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 21:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-event-fires-when-layers-layer-get-fully/m-p/100372#M9200</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2013-08-01T21:16:37Z</dc:date>
    </item>
  </channel>
</rss>

