<?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 Lengths Sample - Label at the end ? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608346#M13557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to add this to the feature edit tools and how much copy paste to make it work? I'm looking to try to have the length display while a web user is adding new line feature to a feature service. Then again is this even possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 17:29:53 GMT</pubDate>
    <dc:creator>AlKamuda</dc:creator>
    <dc:date>2013-05-23T17:29:53Z</dc:date>
    <item>
      <title>Measure Lengths Sample - Label at the end ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608343#M13554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am implementing the measure lengths in my app. What do I&amp;nbsp; need to code differently if I want to add the label at the end of the line and not at the beginning?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/samples/index.html#//01nq0000000n000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html#//01nq0000000n000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The drawhandler function now has:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; latestEndpoint = drawnLine.paths[0][0] as MapPoint;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to change that to have the label appear at the end, although I don't have a limit for the length? Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 20:17:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608343#M13554</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-05-01T20:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Lengths Sample - Label at the end ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608344#M13555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...implementing the measure lengths...Is there a way to change that to have the label appear at the end, although I don't have a limit for the length?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can check for the actual length of it.&amp;nbsp; For example, this API sample displays it at the middle of the line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Clientside_Geodesic_calculations/01nq0000007q000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Clientside_Geodesic_calculations/01nq0000007q000000/&lt;/A&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var mid:int = Polyline(userGeometry).paths[0].length / 2; pt = Polyline(userGeometry).paths[0][mid];&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 00:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608344#M13555</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2013-05-09T00:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Lengths Sample - Label at the end ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608345#M13556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Bjorn. Exactly what I needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 15:25:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608345#M13556</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-05-17T15:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Lengths Sample - Label at the end ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608346#M13557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to add this to the feature edit tools and how much copy paste to make it work? I'm looking to try to have the length display while a web user is adding new line feature to a feature service. Then again is this even possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 17:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/measure-lengths-sample-label-at-the-end/m-p/608346#M13557</guid>
      <dc:creator>AlKamuda</dc:creator>
      <dc:date>2013-05-23T17:29:53Z</dc:date>
    </item>
  </channel>
</rss>

