<?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 Length Inside Polygon Edge to Edge in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311259#M53517</link>
    <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;It did. It seems to be, in miles, about .10 off always. I will ask in the other post about that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 22:22:30 GMT</pubDate>
    <dc:creator>BigLouC</dc:creator>
    <dc:date>2023-07-24T22:22:30Z</dc:date>
    <item>
      <title>Measure Length Inside Polygon Edge to Edge</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1309779#M53469</link>
      <description>&lt;P&gt;I am trying to figure out how to measure the distance within a polygon from edge to edge, or the longest side from north to south (including multiple segments that make that side up) of the polygon. I need to do this in Arcade. If anyone has approached this and point me in the right direction, I would appreciate it.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 20:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1309779#M53469</guid>
      <dc:creator>BigLouC</dc:creator>
      <dc:date>2023-07-19T20:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Length Inside Polygon Edge to Edge</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1309854#M53473</link>
      <description>&lt;P&gt;I had similar question and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/294341"&gt;@JohannesLindner&lt;/a&gt;&amp;nbsp;helped me out with &lt;A href="https://community.esri.com/t5/attribute-rules-questions/calculate-longest-length-of-polygon/m-p/1238623#M676" target="_self"&gt;this post here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Might get you what you need or at least point you in the right direction.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 23:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1309854#M53473</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-07-19T23:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Length Inside Polygon Edge to Edge</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311259#M53517</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;It did. It seems to be, in miles, about .10 off always. I will ask in the other post about that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 22:22:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311259#M53517</guid>
      <dc:creator>BigLouC</dc:creator>
      <dc:date>2023-07-24T22:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Length Inside Polygon Edge to Edge</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311263#M53518</link>
      <description>&lt;P&gt;Did you put the units you want as the last option in the Distance (supposed to return map units, but I found that to not be the case.&amp;nbsp; I had to specify feet)?&lt;/P&gt;&lt;P&gt;Also, is you data in a projected coordinate system?&amp;nbsp; If not, may have something to do with it being 0.1 off.&lt;/P&gt;&lt;P&gt;All my date is projected in state plane, so not sure if it would vary if GCS, but often when numbers are a bit odd, that is the case.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 22:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311263#M53518</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-07-24T22:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Length Inside Polygon Edge to Edge</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311268#M53519</link>
      <description>&lt;P&gt;Also, not sure what 'profile' you are using, but &lt;A href="https://developers.arcgis.com/arcade/function-reference/geometry_functions/#distance" target="_self"&gt;Distance&lt;/A&gt;&amp;nbsp;says&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Feature geometries in the visualization and labeling profiles are generalized according to the view's scale resolution to improve drawing performance. Therefore, using a feature's geometry (i.e.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;$feature) as input to any geometry function in these contexts will return different results at each scale level. Other profiles, such as popup, provide the full resolution geometry."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;but doesn't say anything about calculation profile.....&lt;/P&gt;&lt;P&gt;I used it in an attribute rule with State Plane data, and it appears to be spot on.&lt;/P&gt;&lt;P&gt;R_&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 22:40:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311268#M53519</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-07-24T22:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Length Inside Polygon Edge to Edge</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311721#M53545</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;distanceGeodetic did the trick. I was able to get the same as the widget.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just need to update it to add all the segments that make up the longest side.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 19:50:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/measure-length-inside-polygon-edge-to-edge/m-p/1311721#M53545</guid>
      <dc:creator>BigLouC</dc:creator>
      <dc:date>2023-07-25T19:50:05Z</dc:date>
    </item>
  </channel>
</rss>

