<?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 Action Does Not Always Give Correct Area in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753206#M19255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rcoodey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked through your issue... I'm not using a Geometry Service but using a MeasureAction... this action takes care of the conversion for me, I just have to specify a few properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MeasureAction.AreaUnit = ESRI.ArcGIS.Client.Actions.AreaUnit.Acres;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MeasureAction.DistanceUnit = ESRI.ArcGIS.Client.Actions.DistanceUnit.Feet;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MeasureAction.MapUnits = DistanceUnit.DecimalDegrees;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MesureAction is not in the toolkit though or I would say go and look at the source for it and see what it is doing for conversions... As far as I know, the source for the API is not available though :(.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have never used the AreasAndLengths Geometry Service, but I wonder if the Area calculation issue is similar/related to my above issue...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for not helping much &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Oct 2010 21:36:47 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2010-10-13T21:36:47Z</dc:date>
    <item>
      <title>Measure Action Does Not Always Give Correct Area</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753202#M19251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The best way to describe this is by looking at the attached two screen shots... The one that is a square has the correct area, but the one that obviously should be larger, is actually smaller...&amp;nbsp; The line distances seem just fine, but the area is not correct... seems to be when the polygon is more convex.&amp;nbsp; Is this a bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 22:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753202#M19251</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2010-10-01T22:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Action Does Not Always Give Correct Area</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753203#M19252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ryan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for your report. We are currently looking into this problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 15:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753203#M19252</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2010-10-06T15:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Action Does Not Always Give Correct Area</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753204#M19253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rcoodey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Ali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another issue I found with the measure tool and it seems only when:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MeasureAction.MeasureMode = ESRI.ArcGIS.Client.Actions.MeasureAction.Mode.Polygon;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you double click right away (i.e. the length is 0 and the area is 0) it crashes with "Object reference not set to an instance of an object"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A few other requests I have for the Measure Action in the future too&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) The distance unit is labeled for the totals (ie. feet, miles, etc) but not for the individual lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - For example, I am in polygon mode, and the area is labeled as Acres, which is great, but I don't have a label letting me know the lines are Feet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) The ability to programmatically cancel/quit a measure action.&amp;nbsp; This has been asked by me and several others in other posts as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for the help!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 20:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753204#M19253</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-10-13T20:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Action Does Not Always Give Correct Area</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753205#M19254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ryan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like you have got the measure area tool down.&amp;nbsp; Sorry to cross my post with yours but I was wondering if you had time to quickly help me with my problem.&amp;nbsp; I just can't seem to get it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/14730-Area-And-Perimeter"&gt;http://forums.arcgis.com/threads/14730-Area-And-Perimeter&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Sorry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 21:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753205#M19254</guid>
      <dc:creator>ChristineZeller</dc:creator>
      <dc:date>2010-10-13T21:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Action Does Not Always Give Correct Area</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753206#M19255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rcoodey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked through your issue... I'm not using a Geometry Service but using a MeasureAction... this action takes care of the conversion for me, I just have to specify a few properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MeasureAction.AreaUnit = ESRI.ArcGIS.Client.Actions.AreaUnit.Acres;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MeasureAction.DistanceUnit = ESRI.ArcGIS.Client.Actions.DistanceUnit.Feet;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MeasureAction.MapUnits = DistanceUnit.DecimalDegrees;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MesureAction is not in the toolkit though or I would say go and look at the source for it and see what it is doing for conversions... As far as I know, the source for the API is not available though :(.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have never used the AreasAndLengths Geometry Service, but I wonder if the Area calculation issue is similar/related to my above issue...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for not helping much &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 21:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753206#M19255</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-10-13T21:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Action Does Not Always Give Correct Area</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753207#M19256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Ryan,&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your report. We are currently looking into this problem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any luck with a fix for this problem.&amp;nbsp; Am also having the same issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 11:30:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/measure-action-does-not-always-give-correct-area/m-p/753207#M19256</guid>
      <dc:creator>DeryckMills</dc:creator>
      <dc:date>2010-11-05T11:30:10Z</dc:date>
    </item>
  </channel>
</rss>

