<?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 area tool - Area of shape as you draw it. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measure-area-tool-area-of-shape-as-you-draw-it/m-p/197623#M18330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Has anyone developed a measure area tool that displays the area 'so far' as you are drawing the polygon graphic?&lt;BR /&gt;&lt;BR /&gt;I have got the measure area tool working fine, so when you double click to complete the polygon the area and perimeter are displayed to the user, but they have asked for the tool to update the area and perimeter dynamically as the shape is being drawn, so they know how big to draw a shape of a certain size.&lt;BR /&gt;&lt;BR /&gt;I have seen this functionality on other mapping API web sites.&amp;nbsp; Any help would be great, thank you,&lt;BR /&gt;&lt;BR /&gt;Mark.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an idea maybe you want to consider: when you activate the draw tool, you also activate a map onclick event. this event handler will collect the point you click on the map dynamically. you can store all the points you click in a point collection so that event handler can convert the point collection into a polygon and do the mearsuring. Let me know if you understand what i am saying or not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jan 2011 14:54:45 GMT</pubDate>
    <dc:creator>HemingZhu</dc:creator>
    <dc:date>2011-01-28T14:54:45Z</dc:date>
    <item>
      <title>Measure area tool - Area of shape as you draw it.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measure-area-tool-area-of-shape-as-you-draw-it/m-p/197622#M18329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone developed a measure area tool that displays the area 'so far' as you are drawing the polygon graphic?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have got the measure area tool working fine, so when you double click to complete the polygon the area and perimeter are displayed to the user, but they have asked for the tool to update the area and perimeter dynamically as the shape is being drawn, so they know how big to draw a shape of a certain size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen this functionality on other mapping API web sites.&amp;nbsp; Any help would be great, thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 10:15:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measure-area-tool-area-of-shape-as-you-draw-it/m-p/197622#M18329</guid>
      <dc:creator>MarkSmith</dc:creator>
      <dc:date>2011-01-26T10:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Measure area tool - Area of shape as you draw it.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measure-area-tool-area-of-shape-as-you-draw-it/m-p/197623#M18330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Has anyone developed a measure area tool that displays the area 'so far' as you are drawing the polygon graphic?&lt;BR /&gt;&lt;BR /&gt;I have got the measure area tool working fine, so when you double click to complete the polygon the area and perimeter are displayed to the user, but they have asked for the tool to update the area and perimeter dynamically as the shape is being drawn, so they know how big to draw a shape of a certain size.&lt;BR /&gt;&lt;BR /&gt;I have seen this functionality on other mapping API web sites.&amp;nbsp; Any help would be great, thank you,&lt;BR /&gt;&lt;BR /&gt;Mark.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an idea maybe you want to consider: when you activate the draw tool, you also activate a map onclick event. this event handler will collect the point you click on the map dynamically. you can store all the points you click in a point collection so that event handler can convert the point collection into a polygon and do the mearsuring. Let me know if you understand what i am saying or not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 14:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measure-area-tool-area-of-shape-as-you-draw-it/m-p/197623#M18330</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-01-28T14:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Measure area tool - Area of shape as you draw it.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measure-area-tool-area-of-shape-as-you-draw-it/m-p/197624#M18331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the pointer, yes I understand you.&amp;nbsp; I'll give it a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 07:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measure-area-tool-area-of-shape-as-you-draw-it/m-p/197624#M18331</guid>
      <dc:creator>MarkSmith</dc:creator>
      <dc:date>2011-01-31T07:01:46Z</dc:date>
    </item>
  </channel>
</rss>

