<?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: converting polyline (from feature) to array of points in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152526#M14199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lucky for you the polyline is already a list of points (in a list of paths):&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html#paths" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html#paths"&gt;Polyline | API Reference | ArcGIS API for JavaScript 4.3&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You just need to fetch the feature geometry and iterate through it. &amp;nbsp;Do you want to create point features from the paths?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2017 06:25:50 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2017-05-31T06:25:50Z</dc:date>
    <item>
      <title>converting polyline (from feature) to array of points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152525#M14198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any idea how to convert a polyline (a polyline that was from a resulted feature from querying) to a collection of points? Thank you!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 06:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152525#M14198</guid>
      <dc:creator>AldwinGregorio</dc:creator>
      <dc:date>2017-05-31T06:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: converting polyline (from feature) to array of points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152526#M14199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lucky for you the polyline is already a list of points (in a list of paths):&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html#paths" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html#paths"&gt;Polyline | API Reference | ArcGIS API for JavaScript 4.3&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You just need to fetch the feature geometry and iterate through it. &amp;nbsp;Do you want to create point features from the paths?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 06:25:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152526#M14199</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2017-05-31T06:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: converting polyline (from feature) to array of points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152527#M14200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;I actually already saw the paths of polyline, yeah, through feature geometry. What we actually trying to achieve is from starting point, we need to get along the polyline and get an exact location with only distance given. Any idea how we can do this? I know it has lots of maths. But we can't find any good formula for this. &lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/354642_distance.png" style="height: auto;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152527#M14200</guid>
      <dc:creator>AldwinGregorio</dc:creator>
      <dc:date>2017-05-31T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: converting polyline (from feature) to array of points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152528#M14201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this post:&amp;nbsp;&lt;A href="https://community.esri.com/message/524470"&gt;https://community.esri.com/message/524470&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-polyline-from-feature-to-array-of/m-p/152528#M14201</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2017-05-31T09:25:07Z</dc:date>
    </item>
  </channel>
</rss>

