<?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 Polygons vertices Length?? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168131#M3934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where do i input that code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2018 13:15:40 GMT</pubDate>
    <dc:creator>NormandMarchand</dc:creator>
    <dc:date>2018-06-06T13:15:40Z</dc:date>
    <item>
      <title>Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168123#M3926</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;How do we get length of each vertex of a selected Polygon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Parcle.shp with AREA &amp;amp; LEN in the .gdb . Now need to show length of each Side of the Selected Parcel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how do I implement it? Can we have any tool in AGS Desktop 10? or we have to add code in flex?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My scnario as in calhounty parcel search.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Aug 2010 04:25:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168123#M3926</guid>
      <dc:creator>sangeethaunni</dc:creator>
      <dc:date>2010-08-22T04:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168124#M3927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sangeetha.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You are going to have to be more specific as to what you are trying to do. I can not think of anything on my site that has to do with measuring polygons length.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Aug 2010 18:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168124#M3927</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-22T18:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168125#M3928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank u for the response&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My scenario is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Search a Parcel by its parcel ID &amp;amp; highlight the selected polygon. Mean while i want to find the length of each side the selected feature polygon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached a snap shot of my flex page. In that i could able to add 'short axis X long axis' label by using Azimuth polygon tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can i find length of each side of selected polygon?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 04:14:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168125#M3928</guid>
      <dc:creator>sangeethaunni</dc:creator>
      <dc:date>2010-08-23T04:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168126#M3929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sangeetha,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Here is a sample app where you draw a polygon on the map and the length of the sides are alerted back to you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:esri="http://www.esri.com/2008/ags"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pageTitle="Basic usage of DrawTool" creationComplete="init()"&amp;gt;
 
 &amp;lt;s:layout&amp;gt;
&amp;nbsp; &amp;lt;s:VerticalLayout paddingBottom="5"/&amp;gt;
 &amp;lt;/s:layout&amp;gt;
 
 &amp;lt;fx:Style&amp;gt;
&amp;nbsp; @namespace mx "library://ns.adobe.com/flex/mx";&amp;nbsp; 
&amp;nbsp; mx|ToolTip
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; font-size: 14;
&amp;nbsp; }
 &amp;lt;/fx:Style&amp;gt;
 
 &amp;lt;fx:Script&amp;gt;
&amp;nbsp; &amp;lt;![CDATA[
&amp;nbsp;&amp;nbsp; import com.esri.ags.events.DrawEvent;
&amp;nbsp;&amp;nbsp; import com.esri.ags.events.GeometryServiceEvent;
&amp;nbsp;&amp;nbsp; import com.esri.ags.geometry.Geometry;
&amp;nbsp;&amp;nbsp; import com.esri.ags.geometry.MapPoint;
&amp;nbsp;&amp;nbsp; import com.esri.ags.geometry.Polygon;
&amp;nbsp;&amp;nbsp; import com.esri.ags.geometry.Polyline;
&amp;nbsp;&amp;nbsp; import com.esri.ags.tasks.supportClasses.LengthsParameters;
&amp;nbsp;&amp;nbsp; import com.esri.ags.tasks.supportClasses.LinearUnit;
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; import mx.controls.Alert;
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; import spark.events.IndexChangeEvent;
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; protected function GeoServe_lengthsCompleteHandler(event:GeometryServiceEvent):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; var distArr:Array = event.result as Array;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var dist:Number
&amp;nbsp;&amp;nbsp;&amp;nbsp; var distTxt:String = "";
&amp;nbsp;&amp;nbsp;&amp;nbsp; for each(dist in distArr){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distTxt += "Side Length: " + dist.toString() + "\n";
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; Alert.show(distTxt);
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; protected function init():void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; drawTool.activate(DrawTool.POLYGON);
&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp; protected function drawTool_drawEndHandler(event:DrawEvent):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; var geom:Geometry = event.graphic.geometry;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var plArr:Array = [];
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var poly:Polygon = geom as Polygon;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var mpArr:Array = poly.rings[0];
&amp;nbsp;&amp;nbsp;&amp;nbsp; var mp:MapPoint;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var pl:Polyline;
&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var i:int = 1; i &amp;lt; mpArr.length; i++)
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var pla:Array = [];
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pla.push(mpArr[i - 1]);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pla.push(mpArr&lt;I&gt;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pl = new Polyline([pla],myMap.spatialReference);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plArr.push(pl);
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var lengthsParameters:LengthsParameters= new LengthsParameters();
&amp;nbsp;&amp;nbsp;&amp;nbsp; lengthsParameters.geodesic = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp; lengthsParameters.polylines = plArr;
&amp;nbsp;&amp;nbsp;&amp;nbsp; GeoServe.lengths(lengthsParameters);
&amp;nbsp;&amp;nbsp; }

&amp;nbsp; ]]&amp;gt;
 &amp;lt;/fx:Script&amp;gt;
 
 &amp;lt;fx:Declarations&amp;gt; 
&amp;nbsp; &amp;lt;!-- Symbol for all line shapes --&amp;gt;
&amp;nbsp; &amp;lt;esri:SimpleLineSymbol id="sls"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color="0x00FF00"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="3"/&amp;gt;
&amp;nbsp; 
&amp;nbsp; &amp;lt;!-- Symbol for all polygon shapes --&amp;gt;
&amp;nbsp; &amp;lt;esri:SimpleFillSymbol id="sfs"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color="0xFFFFFF"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style="diagonalcross"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;esri:outline&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:SimpleLineSymbol color="0x00FF00" width="2"/&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/esri:outline&amp;gt;
&amp;nbsp; &amp;lt;/esri:SimpleFillSymbol&amp;gt;
&amp;nbsp; 
&amp;nbsp; &amp;lt;esri:DrawTool id="drawTool"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fillSymbol="{sfs}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphicsLayer="{myGraphicsLayer}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lineSymbol="{sls}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map="{myMap}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drawEnd="drawTool_drawEndHandler(event)"/&amp;gt;
&amp;nbsp; &amp;lt;esri:GeometryService id="GeoServe" lengthsComplete="GeoServe_lengthsCompleteHandler(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer"/&amp;gt;
 &amp;lt;/fx:Declarations&amp;gt;
 
 &amp;lt;esri:Map id="myMap" level="3"&amp;gt;
&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/&amp;gt;
&amp;nbsp; &amp;lt;esri:GraphicsLayer id="myGraphicsLayer"/&amp;gt;
 &amp;lt;/esri:Map&amp;gt;
&amp;nbsp; 
&amp;lt;/s:Application&amp;gt;
&lt;/I&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:45:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168126#M3929</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168127#M3930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks alot Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Works fine !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its calculating length in Miles??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Aug 2010 05:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168127#M3930</guid>
      <dc:creator>sangeethaunni</dc:creator>
      <dc:date>2010-08-29T05:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168128#M3931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sangeetha,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; By default if the map is in a geographic coordinate system, then measurement will be in Meters. Look here for more details&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/LengthsParameters.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/LengthsParameters.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Aug 2010 10:52:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168128#M3931</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-29T10:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168129#M3932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am looking for similar help. I need to display length of each vertex's in the polygon.&amp;nbsp; help would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 17:32:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168129#M3932</guid>
      <dc:creator>NormandMarchand</dc:creator>
      <dc:date>2018-06-05T17:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168130#M3933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may use the code provided in the forum .&lt;/P&gt;&lt;P&gt;I forgot what did I do for resolving.&lt;/P&gt;&lt;P&gt;I hope I had used the same code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168130#M3933</guid>
      <dc:creator>sangeethaunni</dc:creator>
      <dc:date>2018-06-06T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168131#M3934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where do i input that code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:15:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168131#M3934</guid>
      <dc:creator>NormandMarchand</dc:creator>
      <dc:date>2018-06-06T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168132#M3935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also, I don't&amp;nbsp;need to draw in any polygons I just need it to display the length of each polyline in each polygon.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168132#M3935</guid>
      <dc:creator>NormandMarchand</dc:creator>
      <dc:date>2018-06-06T13:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168133#M3936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried the code it did not work&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 15:31:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168133#M3936</guid>
      <dc:creator>NormandMarchand</dc:creator>
      <dc:date>2018-06-06T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Polygons vertices Length??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168134#M3937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using adobe Flex code for development , you may use this code to&lt;/P&gt;&lt;P&gt;execute it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 06:18:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-polygons-vertices-length/m-p/168134#M3937</guid>
      <dc:creator>sangeethaunni</dc:creator>
      <dc:date>2018-06-07T06:18:46Z</dc:date>
    </item>
  </channel>
</rss>

