<?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 I get Max Speed Information? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607514#M4197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi melinda,&lt;/P&gt;&lt;P&gt;I mean the columns in a table. Maybe I'm doing it wrong. I Just need the Max Speed of segment to print it on screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2017 21:34:53 GMT</pubDate>
    <dc:creator>TércyoStorck1</dc:creator>
    <dc:date>2017-04-04T21:34:53Z</dc:date>
    <item>
      <title>How do I get Max Speed Information?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607512#M4195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to know how do i get max speed information for a single segment. I have this information in my Feature Class and created a descriptor attribute in Network Dataset Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/344209_Screenshot_2.png" style="width: 620px; height: 581px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/344306_Screenshot_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i need to know how do I get the META-DATA like Cost and Restriction Attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I'm using 10.2.8-1 API, but I need to know how it works on 100.0 API as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 17:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607512#M4195</guid>
      <dc:creator>TércyoStorck1</dc:creator>
      <dc:date>2017-03-27T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get Max Speed Information?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607513#M4196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. &amp;nbsp;What do you mean by "META-DATA"? &amp;nbsp;What information are you trying to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 16:41:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607513#M4196</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2017-04-04T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get Max Speed Information?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607514#M4197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi melinda,&lt;/P&gt;&lt;P&gt;I mean the columns in a table. Maybe I'm doing it wrong. I Just need the Max Speed of segment to print it on screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 21:34:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607514#M4197</guid>
      <dc:creator>TércyoStorck1</dc:creator>
      <dc:date>2017-04-04T21:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get Max Speed Information?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607515#M4198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you have a feature class with a field called MAX_SPEED, and you're using that field in a descriptor attribute in a network dataset. &amp;nbsp;Are you asking how to determine the largest MAX_SPEED value in a solved route, or something like that? &amp;nbsp;So, a route from Point A to Point B travels along some streets, and you want to know the largest MAX_SPEED value of the streets used in that route?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case, I think you can use the Copy Traversed Source Features tool after solving your route to get what you want. &amp;nbsp;This tool will create a feature class showing the actual street segments that were traversed. &amp;nbsp;You can use the SourceOID field to join your source feature class to this by ObjectID, and you can transfer the MAX_SPEED field over. &amp;nbsp;You don't actually need to add MAX_SPEED as a descriptor in the network dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 21:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-get-max-speed-information/m-p/607515#M4198</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2017-04-04T21:59:40Z</dc:date>
    </item>
  </channel>
</rss>

