<?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: GeometryService Buffer Union results error in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-buffer-union-results-error/m-p/718974#M3476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are things (roadways) required to be digitized clockwise?&amp;nbsp; I'm running into a similar issue but reversing the points of my linear features does not always result in a successful response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 17:28:15 GMT</pubDate>
    <dc:creator>CoreyAlix</dc:creator>
    <dc:date>2011-07-26T17:28:15Z</dc:date>
    <item>
      <title>GeometryService Buffer Union results error</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-buffer-union-results-error/m-p/718972#M3474</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 am developing a silverlight app that uses the Rest geometry service to buffer and union the results&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following call works...(two overlapping polygons)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS/rest/services/Geometry/GeometryServer/buffer?inSR=102100&amp;amp;outSR=102100&amp;amp;bufferSR=102100&amp;amp;distances=150&amp;amp;unit=9001&amp;amp;unionResults=true&amp;amp;geometries={"geometryType":"esriGeometryPolygon","geometries":[{"rings":[[[4760.63429102416,6695169.72251856],[6535.0182566172,6695140.63425683],[5555.71344500574,6693657.13290855],[4915.77168692301,6694190.41770695],[4760.63429102416,6695169.72251856]]]},{"rings":[[[6215.04737757584,6693773.48595547],[5924.1647602655,6694520.08467324],[6292.61607552526,6695024.28120991],[7145.87175296891,6694617.04554567],[6215.04737757584,6693773.48595547]]]}]}&amp;amp;f=json&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but if a third overlapping polygon is added it just returns an empty javascript object {} ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS/rest/services/Geometry/GeometryServer/buffer?inSR=102100&amp;amp;outSR=102100&amp;amp;bufferSR=102100&amp;amp;distances=150&amp;amp;unit=9001&amp;amp;unionResults=true&amp;amp;geometries={"geometryType":"esriGeometryPolygon","geometries":[{"rings":[[[4760.63429102416,6695169.72251856],[6535.0182566172,6695140.63425683],[5555.71344500574,6693657.13290855],[4915.77168692301,6694190.41770695],[4760.63429102416,6695169.72251856]]]},{"rings":[[[6215.04737757584,6693773.48595547],[5924.1647602655,6694520.08467324],[6292.61607552526,6695024.28120991],[7145.87175296891,6694617.04554567],[6215.04737757584,6693773.48595547]]]},{"rings":[[[6408.07694930826,6694260.45725222],[6572.15136340347,6694079.49282491],[7066.78746471993,6693843.03263989],[7549.35927088233,6694289.41156059],[7568.66214312882,6694651.34041522],[6408.07694930826,6694260.45725222]]]}]}&amp;amp;f=json&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The arcgis server logs contain the following error...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Method failed.HRESULT = 0x80040267 : This is a FACILITY_ITF error that is specific to the interface that returned this error. See the documentation of the interface that returned this error for information about this HRESULT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated&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;chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 21:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-buffer-union-results-error/m-p/718972#M3474</guid>
      <dc:creator>ChrisSmith</dc:creator>
      <dc:date>2010-06-09T21:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryService Buffer Union results error</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-buffer-union-results-error/m-p/718973#M3475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found the cause of the problem, the third polygon has been manually digitised anti-clockwise thus making it a donut hole - so reorder the points in the final polygon and the request now works...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/ArcGIS/rest/services/Geometry/GeometryServer/buffer?inSR=102100&amp;amp;outSR=102100&amp;amp;bufferSR=102100&amp;amp;distances=150&amp;amp;unit=9001&amp;amp;unionResults=true&amp;amp;geometries={"geometryType":"esriGeometryPolygon","geometries":[{"rings":[[[4760.63429102416,6695169.72251856],[6535.0182566172,6695140.63425683],[5555.71344500574,6693657.13290855],[4915.77168692301,6694190.41770695],[4760.63429102416,6695169.72251856]]]},{"rings":[[[6215.04737757584,6693773.48595547],[5924.1647602655,6694520.08467324],[6292.61607552526,6695024.28120991],[7145.87175296891,6694617.04554567],[6215.04737757584,6693773.48595547]]]},{"rings":[[[6408.07694930826,6694260.45725222],[7568.66214312882,6694651.34041522],[7549.35927088233,6694289.41156059],[7066.78746471993,6693843.03263989],[6572.15136340347,6694079.49282491],[6408.07694930826,6694260.45725222]]]}]}&amp;amp;f=json&amp;amp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 06:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-buffer-union-results-error/m-p/718973#M3475</guid>
      <dc:creator>ChrisSmith</dc:creator>
      <dc:date>2010-06-10T06:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryService Buffer Union results error</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-buffer-union-results-error/m-p/718974#M3476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are things (roadways) required to be digitized clockwise?&amp;nbsp; I'm running into a similar issue but reversing the points of my linear features does not always result in a successful response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 17:28:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-buffer-union-results-error/m-p/718974#M3476</guid>
      <dc:creator>CoreyAlix</dc:creator>
      <dc:date>2011-07-26T17:28:15Z</dc:date>
    </item>
  </channel>
</rss>

