<?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 Buffer Measure Actions in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-measure-actions/m-p/231463#M5967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Got a strange problem here.&amp;nbsp; I'm trying to implement a buffer tool that buffers all current graphics in a GraphicsLayer.&amp;nbsp; Normally, this works fine as most of the graphics are simple points, lines, or polygons.&amp;nbsp; However, there is an option to buffer the results of a Measure Action.&amp;nbsp; Here is where things get strange.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buffering the polygon result of a MeasureArea is fine, but when I try to buffer a polyline result from a MeasureDisatance, I get an odd result.&amp;nbsp; The line itself does not get buffered, but the points that are placed in the middle and end of a segment get buffered.&amp;nbsp; Also, the very end of the polyline has 2 buffers on top of each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that the polyline graphic is a collection of graphics all working together to perform the measure action, but so is the polygon measure action and it has no trouble buffering.&amp;nbsp; Why then doesn't the polyline buffer correctly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 14:29:44 GMT</pubDate>
    <dc:creator>WilliamKimrey</dc:creator>
    <dc:date>2011-01-25T14:29:44Z</dc:date>
    <item>
      <title>Buffer Measure Actions</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-measure-actions/m-p/231463#M5967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Got a strange problem here.&amp;nbsp; I'm trying to implement a buffer tool that buffers all current graphics in a GraphicsLayer.&amp;nbsp; Normally, this works fine as most of the graphics are simple points, lines, or polygons.&amp;nbsp; However, there is an option to buffer the results of a Measure Action.&amp;nbsp; Here is where things get strange.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buffering the polygon result of a MeasureArea is fine, but when I try to buffer a polyline result from a MeasureDisatance, I get an odd result.&amp;nbsp; The line itself does not get buffered, but the points that are placed in the middle and end of a segment get buffered.&amp;nbsp; Also, the very end of the polyline has 2 buffers on top of each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that the polyline graphic is a collection of graphics all working together to perform the measure action, but so is the polygon measure action and it has no trouble buffering.&amp;nbsp; Why then doesn't the polyline buffer correctly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-measure-actions/m-p/231463#M5967</guid>
      <dc:creator>WilliamKimrey</dc:creator>
      <dc:date>2011-01-25T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Measure Actions</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-measure-actions/m-p/231464#M5968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've delved a bit more into the issue and have discovered several things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) When you have multiple types of geometries in the BufferParameters, the Geometry Service will only buffer the first type of geometry it sees.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) MeasureActions such as polygons and polylines automatically generate the graphic for the next segment when you finish drawing.&amp;nbsp; So, a 3 segment polyline will have 4 polyline graphics in it, but the last one will have no Height or Width in its Extent (effectively making it a point).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, it seems that what I have to do now is to figure out what each collection of graphics is after I finish drawing it and then buffer it separately from the other graphics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not really sure how to accomplish this, especially since I need to be able to buffer multiple graphics at once that are not neccessarily the same geometry types.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So yeah, has anybody else come across this limitation of the buffer functionality of the Geometry Service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 20:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-measure-actions/m-p/231464#M5968</guid>
      <dc:creator>WilliamKimrey</dc:creator>
      <dc:date>2011-01-26T20:44:24Z</dc:date>
    </item>
  </channel>
</rss>

