<?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: How do you make features time-aware in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245198#M2872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see the format described here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/sdk/rest/index.html#/FeatureSet_object/02ss000000q6000000/"&gt;http://sampleserver6.arcgisonline.com/arcgis/sdk/rest/index.html#/FeatureSet_object/02ss000000q6000000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's probably easier to just create your own geojson parser, and create the features programmatically as you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrt to filtering by time, the easiest way is to just use the Definition Expression on the feature layer to filter by an attribute. Ie where "MinDate&amp;gt;1000000 and MaxDate&amp;lt;2000000".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 18:39:31 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2018-01-16T18:39:31Z</dc:date>
    <item>
      <title>How do you make features time-aware</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245193#M2867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The new 100.2.0 release has Time Aware layers, however, the examples point to an Esri endpoint &lt;A class="link-titled" href="https://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer/0" title="https://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer/0"&gt;Layer: Atlantic Hurricanes 2000 (ID: 0).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is the new Time Aware functionality coupled to official Esri endpoints? Or can other services return data that be made time aware?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our application has a use case for looking at the state of the map given a time period, however, we have implemented some logic on our end to filter the data (which does not come from an esri service) based on that time. It would be great to leverage this new functionality if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245193#M2867</guid>
      <dc:creator>ThomasAriston</dc:creator>
      <dc:date>2018-01-11T20:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you make features time-aware</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245194#M2868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The time component of the feature layer is done as part of authoring and publishing the data to the server. The runtime then reads it and consumes it wrt how it was authored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 22:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245194#M2868</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-11T22:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do you make features time-aware</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245195#M2869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response. I figured that the time component needed to be provided by the service endpoint, however, my question is does that endpoint have to come from an Esri server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be more specific, my use case is that I have client data which has time information about assets that also have geolocation. I was wondering if I could hook into the new runtime time-aware logic. Does this make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 19:19:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245195#M2869</guid>
      <dc:creator>ThomasAriston</dc:creator>
      <dc:date>2018-01-12T19:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do you make features time-aware</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245196#M2870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We read the time info from the services where we support time. What sort layer / data are you using to render it in runtime, if that's not what you're using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 19:51:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245196#M2870</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-12T19:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do you make features time-aware</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245197#M2871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I've gotten a little ahead of myself. I just beginning to migrate a Leaflet app to the Esri Runtime. I have a service endpoint that returned geojson and I use that to create my layers. We have to filter data by time with our own custom filters. I was hoping to be able to modify the geojson to include time data and pass that to a FeatureCollectionLayer (which is made of FeatureLayers and I was hoping could be made time-aware), but it appears that perhaps the Esri layers do not consume geojson. Is there an open specification for the Json that needs to be provided to FeatureCollection.FromJson(json)? If not, my plan was to consume the geojson, convert it to c# objects that can be used to construct a FeatureCollectionTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To reiterate, some of the data will NOT come from an Esri portal/service. It's simply customer data with lat/lon/time and a few other properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 00:41:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245197#M2871</guid>
      <dc:creator>ThomasAriston</dc:creator>
      <dc:date>2018-01-13T00:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do you make features time-aware</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245198#M2872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see the format described here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/sdk/rest/index.html#/FeatureSet_object/02ss000000q6000000/"&gt;http://sampleserver6.arcgisonline.com/arcgis/sdk/rest/index.html#/FeatureSet_object/02ss000000q6000000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's probably easier to just create your own geojson parser, and create the features programmatically as you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrt to filtering by time, the easiest way is to just use the Definition Expression on the feature layer to filter by an attribute. Ie where "MinDate&amp;gt;1000000 and MaxDate&amp;lt;2000000".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 18:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-you-make-features-time-aware/m-p/245198#M2872</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-16T18:39:31Z</dc:date>
    </item>
  </channel>
</rss>

