<?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 do we add time extent to a feature layer in the new Android SDK (100.0.0) ? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/667#M8</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a map application where I have a feature layer. The layer consists of fire events taking place in the country. In the previous SDK, &lt;STRONG&gt;Time Extent&lt;/STRONG&gt; feature was included so that the fire events could be filtered but the new SDK release(100.0.0) does not have this class so, my concern is, &lt;STRONG&gt;how do I implement this feature??&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2017 11:23:54 GMT</pubDate>
    <dc:creator>SushantGiri</dc:creator>
    <dc:date>2017-04-06T11:23:54Z</dc:date>
    <item>
      <title>How do we add time extent to a feature layer in the new Android SDK (100.0.0) ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/667#M8</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a map application where I have a feature layer. The layer consists of fire events taking place in the country. In the previous SDK, &lt;STRONG&gt;Time Extent&lt;/STRONG&gt; feature was included so that the fire events could be filtered but the new SDK release(100.0.0) does not have this class so, my concern is, &lt;STRONG&gt;how do I implement this feature??&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 11:23:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/667#M8</guid>
      <dc:creator>SushantGiri</dc:creator>
      <dc:date>2017-04-06T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do we add time extent to a feature layer in the new Android SDK (100.0.0) ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/668#M9</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sushant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have not been able to find a Time Extent solution using the older 10.2.8 version of the Android SDK either.&amp;nbsp; There seems to be documentation although, we are unable to apply the time extent to the dynamic map service layer.&amp;nbsp; Keep us informed if you find a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 17:07:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/668#M9</guid>
      <dc:creator>CenterlineMapping</dc:creator>
      <dc:date>2017-04-12T17:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do we add time extent to a feature layer in the new Android SDK (100.0.0) ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/669#M10</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/133439"&gt;Centerline Mapping&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the older version of the runtime, have you tried using&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/10-2/api-reference/reference/com/esri/core/map/LayerTimeOptions.html" title="https://developers.arcgis.com/android/10-2/api-reference/reference/com/esri/core/map/LayerTimeOptions.html"&gt;LayerTimeOptions | ArcGIS Android 10.2.9 API&lt;/A&gt;&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 13:32:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/669#M10</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-04-13T13:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do we add time extent to a feature layer in the new Android SDK (100.0.0) ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/670#M11</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; We were not aware of that class.&amp;nbsp; Is there more documentation other than the link above that show how to implement this for a dynamic map service layer such as radar on Android?&amp;nbsp; We are very interested to enable time on several map services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 18:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/670#M11</guid>
      <dc:creator>CenterlineMapping</dc:creator>
      <dc:date>2017-04-13T18:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do we add time extent to a feature layer in the new Android SDK (100.0.0) ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/671#M12</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/133439"&gt;Centerline Mapping&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This documentation is the only other thing that I found.&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/10-2/guide/time-aware-layers.htm" title="https://developers.arcgis.com/android/10-2/guide/time-aware-layers.htm"&gt;Time-aware layers—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 15:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/671#M12</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-04-14T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do we add time extent to a feature layer in the new Android SDK (100.0.0) ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/672#M13</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you already found this info, but you can find out how to serve time-aware services here:&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/publish-services/windows/serving-time-aware-layers.htm" title="http://server.arcgis.com/en/server/latest/publish-services/windows/serving-time-aware-layers.htm"&gt;Serving time-aware layers—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This links to the desktop information as well, on how to configure the time-aware data in ArcMap that you then use to publish your service. Once that's set up you can then look at the API in Android that Alexander pointed out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 11:01:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-we-add-time-extent-to-a-feature-layer-in/m-p/672#M13</guid>
      <dc:creator>ShellyGill1</dc:creator>
      <dc:date>2017-04-21T11:01:20Z</dc:date>
    </item>
  </channel>
</rss>

