<?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 Does a graphicsLayer support time-awareness? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-a-graphicslayer-support-time-awareness/m-p/211843#M19587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the ArcGIS Server JavaScript API 2.6 I'm looking to implement map graphics. I can't see whether they support time-awareness.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; The help entry for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/graphicslayer.htm" rel="nofollow" target="_blank"&gt;graphicsLayer&lt;/A&gt;&lt;SPAN&gt; doesn't mention timeInfo, which is mentioned for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm" rel="nofollow" target="_blank"&gt;featureLayer&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A featureLayer is a type of graphicsLayer - but does this mean that&amp;nbsp; time-awareness is only implemented at the featureLayer level?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rather than using a graphicsLayer, do I need to generate a featureLayer on-the-fly using a&amp;nbsp; featureCollectionObject in order to access time-awareness and use the&amp;nbsp; TimeSlider toolbar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 21:52:36 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2012-01-23T21:52:36Z</dc:date>
    <item>
      <title>Does a graphicsLayer support time-awareness?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-a-graphicslayer-support-time-awareness/m-p/211843#M19587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the ArcGIS Server JavaScript API 2.6 I'm looking to implement map graphics. I can't see whether they support time-awareness.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; The help entry for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/graphicslayer.htm" rel="nofollow" target="_blank"&gt;graphicsLayer&lt;/A&gt;&lt;SPAN&gt; doesn't mention timeInfo, which is mentioned for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm" rel="nofollow" target="_blank"&gt;featureLayer&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A featureLayer is a type of graphicsLayer - but does this mean that&amp;nbsp; time-awareness is only implemented at the featureLayer level?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rather than using a graphicsLayer, do I need to generate a featureLayer on-the-fly using a&amp;nbsp; featureCollectionObject in order to access time-awareness and use the&amp;nbsp; TimeSlider toolbar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 21:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-a-graphicslayer-support-time-awareness/m-p/211843#M19587</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-01-23T21:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Does a graphicsLayer support time-awareness?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-a-graphicslayer-support-time-awareness/m-p/211844#M19588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct, time-awareness is added by the feature layer and isn't supported on the graphics layer. As you mentioned you can create a feature collection that is time-aware and use that with the time slider. Here's a sample that creates a time-aware feature layer based on a feature collection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/mobile_geolocaterenderer.html" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/mobile_geolocaterenderer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 21:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-a-graphicslayer-support-time-awareness/m-p/211844#M19588</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-01-23T21:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does a graphicsLayer support time-awareness?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-a-graphicslayer-support-time-awareness/m-p/211845#M19589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kelly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 22:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-a-graphicslayer-support-time-awareness/m-p/211845#M19589</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-01-23T22:42:52Z</dc:date>
    </item>
  </channel>
</rss>

