<?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: Buffer task returns 0 results. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173689#M4308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, it's all working again with nothing I did.&amp;nbsp; Just got back to work and it's running.&amp;nbsp; It just appears from the outside that the Buffer task is unstable as it relates to Lines and Polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 12:07:52 GMT</pubDate>
    <dc:creator>BrentHoskisson</dc:creator>
    <dc:date>2010-11-02T12:07:52Z</dc:date>
    <item>
      <title>Buffer task returns 0 results.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173685#M4304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Occasionally (not all the time) if my buffer feature is a line or a polygon, the buffer returns 0 results.&amp;nbsp; Buffering a point always seems to work (all arguments and properties remaining the same).&amp;nbsp; Is there some issues to know about polygons or lines that cause a buffer to succeeed or fail?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 17:36:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173685#M4304</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2010-11-01T17:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer task returns 0 results.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173686#M4305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I cannot think of any issue with drawing a Polygon or Polyline besides that maybe the geometry need to be simplified first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may also use the Editor's Add to see if it will give you a different result from using Draw. Or if you want to continue to use Draw, try to call SimplifyAsync on the geometry before calling BufferAsync.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 17:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173686#M4305</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-01T17:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer task returns 0 results.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173687#M4306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Simplify didn't fix anything.&amp;nbsp; The shape it is buffering is just a two point line drawn by the user on the map.&amp;nbsp; It takes the simplified shape and still will not give a buffer shape back.&amp;nbsp; No errors are returned at all, No results and no errors.&amp;nbsp; I am just wondering if there is another way to check what might be happening.&amp;nbsp; If the shape needed to be simplified, wouldn't the program fall into my Failed event?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any examples to help us create our own geometry service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:51:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173687#M4306</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2010-11-01T18:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer task returns 0 results.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173688#M4307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the shape needed to be simplified, wouldn't the program fall into my Failed event?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not necessarily, sometimes you can get incorrect values because the input was incorrect.&amp;nbsp; But here's how you can create your own Geometry Service: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_java_help/index.html#/Geometry_services/009200000023000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_java_help/index.html#/Geometry_services/009200000023000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173688#M4307</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-01T19:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer task returns 0 results.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173689#M4308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, it's all working again with nothing I did.&amp;nbsp; Just got back to work and it's running.&amp;nbsp; It just appears from the outside that the Buffer task is unstable as it relates to Lines and Polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/buffer-task-returns-0-results/m-p/173689#M4308</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2010-11-02T12:07:52Z</dc:date>
    </item>
  </channel>
</rss>

