<?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) returns null.Does anybody have a solution? in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468733#M2217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Ravi , I am using the url which you have provided and still the problem exists.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any idea why this kind of error appears . I know definitely it is some sort of trouble with my code . The end result what i require is the boundary geometric points of a circle( in lat n lng) enclosing a center point (that i pass to the geometries). I think there is some problem with the parameters geometries and distances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant figure out on what it is......&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2011 03:30:27 GMT</pubDate>
    <dc:creator>GaneshSreesakumar</dc:creator>
    <dc:date>2011-11-07T03:30:27Z</dc:date>
    <item>
      <title>Buffer Geometries (Geometry) returns null.Does anybody have a solution?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468731#M2215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using Ext 3.0 , google api and ArcGIS rest service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i've included some part of the code below. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;initialisation part : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geometry = new esri.arcgis.gmaps.Geometry("http:..................ArcGIS/rest/services/Geometry/GeometryServer");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mapExtension = new esri.arcgis.gmaps.MapExtension(map);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These thing are included. Along with the following code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var params = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; geometryType : "GLatLng",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; geometries : [longi,lati],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; inSR : 4326,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; outSR : 4326,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; bufferSR : 3857,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; distances : 1000,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; unionResults : true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; unit : 9001,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; f : 'pjson'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; };&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; com.bs.bsMap.queryParam = params;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Geometry.buffer(params, self.resultOrganiser);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but in the callback function the result set is null when returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can anybody please help.........&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 05:26:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468731#M2215</guid>
      <dc:creator>GaneshSreesakumar</dc:creator>
      <dc:date>2011-11-03T05:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Geometries (Geometry) returns null.Does anybody have a solution?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468732#M2216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ganesh, Can you post the REST URL for this call? You can use the geometry service on &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services"&gt;sampleserver&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 14:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468732#M2216</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2011-11-04T14:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Geometries (Geometry) returns null.Does anybody have a solution?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468733#M2217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Ravi , I am using the url which you have provided and still the problem exists.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any idea why this kind of error appears . I know definitely it is some sort of trouble with my code . The end result what i require is the boundary geometric points of a circle( in lat n lng) enclosing a center point (that i pass to the geometries). I think there is some problem with the parameters geometries and distances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant figure out on what it is......&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 03:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468733#M2217</guid>
      <dc:creator>GaneshSreesakumar</dc:creator>
      <dc:date>2011-11-07T03:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Geometries (Geometry) returns null.Does anybody have a solution?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468734#M2218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ganesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share the REST URL. It will help determine if any of the parameters included in the request is incorrect. This URL can be captured when monitoring request/response from your application using fiddler or firebug.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 16:17:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/buffer-geometries-geometry-returns-null-does/m-p/468734#M2218</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2011-11-07T16:17:30Z</dc:date>
    </item>
  </channel>
</rss>

