<?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: how to create a buffer around a feature polygon in a feature layer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-a-buffer-around-a-feature-polygon-in/m-p/101052#M2565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If by odd shape you mean the rounded corners, that is by definition what a buffer is (the buffer shape represents the set of all points a given distance out from the original shape, not the original shape scaled up). If you want the polygon to retain its shape, use a Mitred Offset instead:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;_geometryService.OffsetAsync(
&amp;nbsp;&amp;nbsp;&amp;nbsp; new List&amp;lt;Graphic&amp;gt; { new Graphic { Geometry = geometry} }, 
&amp;nbsp;&amp;nbsp;&amp;nbsp; new OffsetParameters
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OffsetDistance = 500,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OffsetHow = GeometryOffset.Mitered,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OffsetUnit =LinearUnit.Foot, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Simplify = true
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 06:15:22 GMT</pubDate>
    <dc:creator>DanielWalton</dc:creator>
    <dc:date>2021-12-11T06:15:22Z</dc:date>
    <item>
      <title>how to create a buffer around a feature polygon in a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-a-buffer-around-a-feature-polygon-in/m-p/101051#M2564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created buffer for point geometry and when i try to create a buffer in the same way around a feature polygon in a Feature layer, it is showing an odd shape buffer around that. somebody please advise me to create a buffer around a feature polygon with the same shape of the feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Feb 2011 10:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-a-buffer-around-a-feature-polygon-in/m-p/101051#M2564</guid>
      <dc:creator>SolidSmoke</dc:creator>
      <dc:date>2011-02-20T10:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a buffer around a feature polygon in a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-a-buffer-around-a-feature-polygon-in/m-p/101052#M2565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If by odd shape you mean the rounded corners, that is by definition what a buffer is (the buffer shape represents the set of all points a given distance out from the original shape, not the original shape scaled up). If you want the polygon to retain its shape, use a Mitred Offset instead:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;_geometryService.OffsetAsync(
&amp;nbsp;&amp;nbsp;&amp;nbsp; new List&amp;lt;Graphic&amp;gt; { new Graphic { Geometry = geometry} }, 
&amp;nbsp;&amp;nbsp;&amp;nbsp; new OffsetParameters
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OffsetDistance = 500,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OffsetHow = GeometryOffset.Mitered,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OffsetUnit =LinearUnit.Foot, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Simplify = true
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-a-buffer-around-a-feature-polygon-in/m-p/101052#M2565</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2021-12-11T06:15:22Z</dc:date>
    </item>
  </channel>
</rss>

