<?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: identifyTask error when using timeExtent in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257212#M23873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Edit: cancel that, figured it out.&amp;nbsp; Cheers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2012 22:30:06 GMT</pubDate>
    <dc:creator>HeidiOgle</dc:creator>
    <dc:date>2012-08-23T22:30:06Z</dc:date>
    <item>
      <title>identifyTask error when using timeExtent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257209#M23870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an identifyTask that works fine until I add a TimeExtent to the identifyParams.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The map service is time aware and a time aware query task works on individual layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the identifyTask support a timeExtent?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Uncaught TypeError: Object 1293210666416 has no method 'getTime'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;..... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identifyParams.timeExtent = timeDef;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identifyTask.execute(identifyParams, function(idResults) { addToMapID(idResults, evt); });&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 15:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257209#M23870</guid>
      <dc:creator>PatKeegan</dc:creator>
      <dc:date>2011-02-18T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: identifyTask error when using timeExtent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257210#M23871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it works. I've used a time extent returned by getCurrentTimeExtent() from a time slider to set the timeExtent property on an identify parameters object. How are you creating your time extent?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 16:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257210#M23871</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-02-18T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: identifyTask error when using timeExtent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257211#M23872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Got it working, I did not have my global timeExtent updating properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; myTimeExtent = timeSlider.getCurrentTimeExtent();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.connect(timeSlider, "onTimeExtentChange", function(timeExtent) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; myTimeExtent = timeSlider.getCurrentTimeExtent();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; console.log("time extent changed");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; });&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 12:08:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257211#M23872</guid>
      <dc:creator>PatKeegan</dc:creator>
      <dc:date>2011-02-22T12:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: identifyTask error when using timeExtent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257212#M23873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Edit: cancel that, figured it out.&amp;nbsp; Cheers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 22:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-error-when-using-timeextent/m-p/257212#M23873</guid>
      <dc:creator>HeidiOgle</dc:creator>
      <dc:date>2012-08-23T22:30:06Z</dc:date>
    </item>
  </channel>
</rss>

