<?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: Plot points on polyline using graphics layer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72780#M1780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure to understand what you mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The collection of points gives directly you the starting and ending point of each segment.&lt;/P&gt;&lt;P&gt;If you want to create segments from the M starting and ending positions, the &lt;A href="http://broux.dominique.free.fr/Silverlight/InteractiveSDK/Default.htm#LinearReferencing" title="http://broux.dominique.free.fr/Silverlight/InteractiveSDK/Default.htm#LinearReferencing"&gt;Linear referencing sample&lt;/A&gt;‌ should help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2014 16:46:41 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2014-07-29T16:46:41Z</dc:date>
    <item>
      <title>Plot points on polyline using graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72777#M1777</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 want to plot points on selected polyline with specific interval. ArcGIS Desktop provides same functionality "Construct Points" in editor toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to implement the same using silverlight api.And display dynamically generated points on graphics layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This type of geometry operation is possible in web api? or other alternative?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prashant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 10:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72777#M1777</guid>
      <dc:creator>prashantk</dc:creator>
      <dc:date>2014-07-02T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Plot points on polyline using graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72778#M1778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This &lt;/SPAN&gt;&lt;A href="http://broux.dominique.free.fr/Silverlight/InteractiveSDK/Default.htm#LinearReferencing"&gt;linear referencing sample&lt;/A&gt;&lt;SPAN&gt; should help. It offers the infrastructure to calculate point position along lines.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 15:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72778#M1778</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-07-02T15:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Plot points on polyline using graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72779#M1779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dominique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helps to plot point on line with specific interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But another question is how to get segment of polyline using silverlight api? Because polyline.Paths provides collection of points.I need starting and ending point of each segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to get segments of polyline? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 07:12:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72779#M1779</guid>
      <dc:creator>prashantk</dc:creator>
      <dc:date>2014-07-22T07:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Plot points on polyline using graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72780#M1780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure to understand what you mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The collection of points gives directly you the starting and ending point of each segment.&lt;/P&gt;&lt;P&gt;If you want to create segments from the M starting and ending positions, the &lt;A href="http://broux.dominique.free.fr/Silverlight/InteractiveSDK/Default.htm#LinearReferencing" title="http://broux.dominique.free.fr/Silverlight/InteractiveSDK/Default.htm#LinearReferencing"&gt;Linear referencing sample&lt;/A&gt;‌ should help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 16:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/plot-points-on-polyline-using-graphics-layer/m-p/72780#M1780</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-07-29T16:46:41Z</dc:date>
    </item>
  </channel>
</rss>

