<?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: measure LIne, Polygon display distance in window,How 2 Convert One MapUnit to ano in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664315#M17046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can set DistanceParameter's DisplayUnit to always be in Kilometers for example, and then if user chooses another unit, convert from Kilometers to the desired unit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 13:54:43 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-08-18T13:54:43Z</dc:date>
    <item>
      <title>measure LIne, Polygon display distance in window,How 2 Convert One MapUnit to another</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664312#M17043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it Possible to Convert one MapUnit to another MapUnit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are able to find the Distance of the Measured Polyline and Polygon area,Perimeter in Map Units...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I am displaying the Distance in A new window... I have a Dropdown to Change the Measure Units.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the Problem is When I Change the Mesure Unit and remeasure the featutes on Map It should show the distance in Selected Measure Unit... But How Can I Convert One ScalebarUnit to another ScalebarUnit (For AreaUnit also Same). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Anuritha Pathireddy&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 09:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664312#M17043</guid>
      <dc:creator>AnurithaPathireddy</dc:creator>
      <dc:date>2010-08-17T09:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: measure LIne, Polygon display distance in window,How 2 Convert One MapUnit to ano</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664313#M17044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can measure in one unit and convert into another unit. Here's some conversion table I found online: &lt;/SPAN&gt;&lt;A href="http://library.thinkquest.org/3804/length.html"&gt;http://library.thinkquest.org/3804/length.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If they will be choosing unit of measurement before calculating distance, you can change the Distance Parameter (Distance Unit) before calling DistanceAsync(). Here's the SDK sample:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Distance"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Distance&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you expect the unit of measurement to change after Distance has been calculated, it would make sense to just perform the conversion to the new unit of measurement instead of re-calculating distance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 13:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664313#M17044</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-17T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: measure LIne, Polygon display distance in window,How 2 Convert One MapUnit to ano</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664314#M17045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thanks for your response...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen the sample That was given in ArcGIS Silverlight API Samples.... But the Only thing I didn't get is How could we Know the Map Units at Runtime? for all the MapServices The MapUnits will not be Same.We can get the MapUnits by ArcGISDynamicMapServiceLayer.Units But How Can I convert the Map Units dynamically... ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Problem is Whatever will be the Map Service Units They need to be Converted to the Unit which I Select at runtime.... How it is Possible? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anuritha Pathireddy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 04:55:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664314#M17045</guid>
      <dc:creator>AnurithaPathireddy</dc:creator>
      <dc:date>2010-08-18T04:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: measure LIne, Polygon display distance in window,How 2 Convert One MapUnit to ano</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664315#M17046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can set DistanceParameter's DisplayUnit to always be in Kilometers for example, and then if user chooses another unit, convert from Kilometers to the desired unit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 13:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-line-polygon-display-distance-in-window/m-p/664315#M17046</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-18T13:54:43Z</dc:date>
    </item>
  </channel>
</rss>

