<?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: AreaMeasurement2D  in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/areameasurement2d/m-p/544959#M50722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for this clarification.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/36951"&gt;Noah Sager&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2019 19:04:44 GMT</pubDate>
    <dc:creator>AbdelrahmanAbdelrazek</dc:creator>
    <dc:date>2019-01-10T19:04:44Z</dc:date>
    <item>
      <title>AreaMeasurement2D</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/areameasurement2d/m-p/544957#M50720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using esri js api v 4.10. and when i use the area measurement widget (&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-AreaMeasurement2D.html" style="color: #0079c1; background-color: #ffffff; text-decoration: none;"&gt;AreaMeasurement2D&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;) the result is not correct in&amp;nbsp;Auto mode (&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;planar mode as i measure features have &lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;perimeter&lt;/SPAN&gt;&amp;nbsp;less than 100 km&lt;/SPAN&gt;) but when i switch the mode&amp;nbsp; to&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;geodesic the area is semi accurate.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959;"&gt;Pls find attached files.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959;"&gt;The real area for this polygon is (&lt;SPAN style="color: #323232; background-color: rgba(76, 76, 76, 0.1);"&gt;479.304 Arces).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 13:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/areameasurement2d/m-p/544957#M50720</guid>
      <dc:creator>AbdelrahmanAbdelrazek</dc:creator>
      <dc:date>2019-01-10T13:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: AreaMeasurement2D</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/areameasurement2d/m-p/544958#M50721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/348252"&gt;Abdelrahman Abdelrazek&lt;/A&gt;, the geodesic mode is the more appropriate (accurate) mode in this scenario. From our doc:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;When using input geometries with a spatial reference of either WGS84 (wkid: 4326) or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-SpatialReference.html#isWebMercator" style="color: #0079c1; background-color: #ffffff; text-decoration: none;"&gt;Web Mercator&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;, it is best practice to calculate areas using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#geodesicArea" style="color: #005e95; background-color: #ffffff; text-decoration: underline;"&gt;geodesicArea()&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;.&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#planarArea" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#planarArea"&gt;geometryEngine | API Reference | ArcGIS API for JavaScript 4.10&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;We will be updating the behaviors of the 2D measurement widgets in the upcoming release to make this less confusing. Hope this helps.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;-Noah&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 18:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/areameasurement2d/m-p/544958#M50721</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-01-10T18:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: AreaMeasurement2D</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/areameasurement2d/m-p/544959#M50722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for this clarification.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/36951"&gt;Noah Sager&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 19:04:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/areameasurement2d/m-p/544959#M50722</guid>
      <dc:creator>AbdelrahmanAbdelrazek</dc:creator>
      <dc:date>2019-01-10T19:04:44Z</dc:date>
    </item>
  </channel>
</rss>

