<?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 Geometries (Geometry) in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732252#M3511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I noticed that other REST queries accept &amp;amp;geometryType=&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess it is possible that buffer accepts multiple geometry types (eg point and polygon) in the same call - that is so it should be documented along with samples that work. If it only accepts one type the &amp;amp;geometryType= should probably be supported as it is in many other calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the doc currently states the the geometry required is the same as that returned via JSON. This is not the case when looking at the returns from a simple query. If there are specific services that return the patterns required it would be useful to document those so we can quickly learn what the the required pattern looks like.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2011 13:44:19 GMT</pubDate>
    <dc:creator>RobertHeitzman</dc:creator>
    <dc:date>2011-12-12T13:44:19Z</dc:date>
    <item>
      <title>Buffer Geometries (Geometry)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732248#M3507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the REST HTML forms to create queries. Many services accept Geometries. The docs state the "geometry" returned from other REST queries is the format to use however I cannot find any JSON string that works. I'm just copying the element from a json return e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{"rings":[[[5773777.49661869,2289563.95264293],[5773653.87350635,2289764.94666351],[5774526.1384941,2290309.87142669],[5774648.57525711,2290113.75075594],[5773777.49661869,2289563.95264293]]]}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the WKID from the metadata for the layer in all spatial refernce fields (2229) and 1000 as the distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get an error Unspecified property: 'geometryType'&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone post a working buffer query using a polygon as the input geometry?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732248#M3507</guid>
      <dc:creator>RobertHeitzman</dc:creator>
      <dc:date>2011-12-08T14:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Geometries (Geometry)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732249#M3508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you have to put geometryType parameter as shown below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"geometryType" : "esriGeometryPolygon",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"geometries" : [ {"rings":[[[5773777.49661869,2289563.95264293],[5773653.87350635,2289764.94666351],[5774526.1384941,2290309.87142669],[5774648.57525711,2290113.75075594],[5773777.49661869,2289563.95264293]]]}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 22:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732249#M3508</guid>
      <dc:creator>WeifengHe</dc:creator>
      <dc:date>2011-12-08T22:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Geometries (Geometry)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732250#M3509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Docs don't state/document how to add geom type.&amp;nbsp; Nor do they document WKID needed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI needs to invest some in tech writers that know what they are doing. I recognize the problem&amp;nbsp; - they have technical writers that are writers and but not technical.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 13:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732250#M3509</guid>
      <dc:creator>RobertHeitzman</dc:creator>
      <dc:date>2011-12-09T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Geometries (Geometry)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732251#M3510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm glad it works for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are working on adding more samples/code snippet for user reference.&amp;nbsp; It is an on-going process.&amp;nbsp; Thanks for your input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 15:20:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732251#M3510</guid>
      <dc:creator>WeifengHe</dc:creator>
      <dc:date>2011-12-09T15:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Geometries (Geometry)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732252#M3511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I noticed that other REST queries accept &amp;amp;geometryType=&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess it is possible that buffer accepts multiple geometry types (eg point and polygon) in the same call - that is so it should be documented along with samples that work. If it only accepts one type the &amp;amp;geometryType= should probably be supported as it is in many other calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the doc currently states the the geometry required is the same as that returned via JSON. This is not the case when looking at the returns from a simple query. If there are specific services that return the patterns required it would be useful to document those so we can quickly learn what the the required pattern looks like.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 13:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry/m-p/732252#M3511</guid>
      <dc:creator>RobertHeitzman</dc:creator>
      <dc:date>2011-12-12T13:44:19Z</dc:date>
    </item>
  </channel>
</rss>

