<?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: Buffering a point in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711550#M18275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The system is buffering is based on the units in the projection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;search for&amp;nbsp;&amp;nbsp; buffer analysis and use that tool instead.&amp;nbsp; There you can specify the units you want and will buffer in those units.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if you can figure out the conversion simply do that.&amp;nbsp; One of my clients systems is in Meters and I need to do a 500 foot buffer around underground power lines every now and then.&amp;nbsp; I simply select the lines and put in 152.40 which is in meters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 14:14:36 GMT</pubDate>
    <dc:creator>RobertBorchert</dc:creator>
    <dc:date>2013-11-20T14:14:36Z</dc:date>
    <item>
      <title>Buffering a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711549#M18274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When using the geometry service to create 100ft buffer around a point, the returned buffer is about 70ft.&amp;nbsp; I think it has to do with the spatial references, however I am not sure.&amp;nbsp;&amp;nbsp; The inSR and outSr are both 102100. Do I need to set the bufferSR to something different as in the example below?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example 1:&lt;/STRONG&gt;&lt;SPAN&gt; In this example, the point [-117, 34] is buffered in WGS 84&amp;nbsp; (4326) at a distance of 1000 meters. The geometry should be buffered using the&amp;nbsp; Web Mercator projection (102113) and the output polygon should be returned in&amp;nbsp; WGS 84 (4326).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 13:33:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711549#M18274</guid>
      <dc:creator>JasonCleaver</dc:creator>
      <dc:date>2013-11-20T13:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711550#M18275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The system is buffering is based on the units in the projection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;search for&amp;nbsp;&amp;nbsp; buffer analysis and use that tool instead.&amp;nbsp; There you can specify the units you want and will buffer in those units.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if you can figure out the conversion simply do that.&amp;nbsp; One of my clients systems is in Meters and I need to do a 500 foot buffer around underground power lines every now and then.&amp;nbsp; I simply select the lines and put in 152.40 which is in meters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 14:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711550#M18275</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-11-20T14:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711551#M18276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In code, I am setting the distances and unit, so to me the buffer service should honor them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 14:19:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711551#M18276</guid>
      <dc:creator>JasonCleaver</dc:creator>
      <dc:date>2013-11-20T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711552#M18277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What method are you using to calculate your buffer distance, Geodesic or Planar?&amp;nbsp; I have found that in my neck of the woods, Washington State, that the planar projection when used for calculating distances is very inaccurate.&amp;nbsp; I always have to use Geodesic in my apps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI has an example of adding a buffer to a point found here,&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#BufferPoint"&gt;http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#BufferPoint&lt;/A&gt;&lt;SPAN&gt;, but I am sure that you have already seen that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 14:20:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711552#M18277</guid>
      <dc:creator>BobNichols</dc:creator>
      <dc:date>2013-11-20T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Buffering a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711553#M18278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks...I guess my misunderstanding of coordinate systems is the issue.&amp;nbsp; It looks like when using ESRI's basemaps which are in 102100, I have to set the bufferSR to 4326 and set geodesic to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 14:33:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffering-a-point/m-p/711553#M18278</guid>
      <dc:creator>JasonCleaver</dc:creator>
      <dc:date>2013-11-20T14:33:54Z</dc:date>
    </item>
  </channel>
</rss>

