<?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: Creating buffer using geometry service through flex api in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562422#M12687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Well in the scenario you described you would have a mapclick which produces a MapPoint geometry and that is the geometry that is used in the buffer operation and then when the buffer is done it returns you a polygon geometry of the actual buffer and you can use that in a query task to return the features that intersect that polygon. The sample link I provided earlier will get you started using the drawTool and instead of using a polygon you would just use a point. Then there are several API samples for doing queries.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thnx, I had a look to the code, it says it requires 10.1 while i am using 10.0 , how to use it on arcgis 10.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2012 11:27:21 GMT</pubDate>
    <dc:creator>NadeemQazi</dc:creator>
    <dc:date>2012-08-16T11:27:21Z</dc:date>
    <item>
      <title>Creating buffer using geometry service through flex api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562416#M12681</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;SPAN&gt;I am new to flex API programming , I have a map having several layer i have published it on my ARCGIS Server and I can also access using flex API in mxml file. However i want to apply now buffer operation giving on of my layer as input along with distance in meters. I have done it using Python with buffer_analysis method but now i need to do it using FLEX api for my browser application. I have searched on net and understand the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I need to create and&amp;nbsp; published a geometery service on my ARCGIS server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.then need to access this geometry service using url in my .mxml file in flex&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. then i need to use buffer method of Geometry service object with Bufferparameter as object. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I create a Geometry service what should it contain on the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i pass the name of my input layer to the buffer parameter object&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i pass the name of my out put layer to the buffer parameter object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is highly appreciated. If some body know any tutorial link for using geometry service in flex api please let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 10:37:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562416#M12681</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-08-15T10:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buffer using geometry service through flex api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562417#M12682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I create a Geometry service what should it contain on the server. &lt;/SPAN&gt;&lt;STRONG&gt;There is no options or user defined parameters. All you do is create the service and it is done.&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i pass the name of my input layer to the buffer parameter object. &lt;/SPAN&gt;&lt;STRONG&gt;You do not pass layers to the buffer operation you pass geometries and get back geometries.&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i pass the name of my out put layer to the buffer parameter object.&lt;/SPAN&gt;&lt;STRONG&gt; You do not pass layers to the buffer operation you pass geometries and get back geometries.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the Buffer sample to understand better:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq0000002q000000.htm"&gt;http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq0000002q000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 12:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562417#M12682</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-08-15T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buffer using geometry service through flex api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562418#M12683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;When I create a Geometry service what should it contain on the server. &lt;STRONG&gt;There is no options or user defined parameters. All you do is create the service and it is done.&lt;/STRONG&gt;&lt;BR /&gt;how can i pass the name of my input layer to the buffer parameter object. &lt;STRONG&gt;You do not pass layers to the buffer operation you pass geometries and get back geometries.&lt;/STRONG&gt;&lt;BR /&gt;how can i pass the name of my out put layer to the buffer parameter object.&lt;STRONG&gt; You do not pass layers to the buffer operation you pass geometries and get back geometries.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Use the Buffer sample to understand better:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq0000002q000000.htm"&gt;http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq0000002q000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Don't forget to &lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt; on this post and to &lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;.&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt; as shown in the below graphic:&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Thanks Robert. Please note that my input features for this buffer operation is in a shape file , so in that case how would i pass this shape file as input. This data in this shape file is for polygon having one entry in the attribute table with following fields.&lt;BR /&gt;fid, shape, area in hectre and other fields.&lt;BR /&gt;Nadeem&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 13:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562418#M12683</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-08-15T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buffer using geometry service through flex api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562419#M12684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It is not likely that you will be operating with a shapefile on the client, unless you are working with the shapefile that has all of it's related file in a zip or something... When you are working in Flex API code you are dealing mainly with client side code and server calls. I sounds like you might want to start focusing on a GP service or a published model. As far as using a geometry service and making a buffer request to that service you will not get dealing with shapefiles, you will be dealing with individual geometries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 17:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562419#M12684</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-08-15T17:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buffer using geometry service through flex api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562420#M12685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; It is not likely that you will be operating with a shapefile on the client, unless you are working with the shapefile that has all of it's related file in a zip or something... When you are working in Flex API code you are dealing mainly with client side code and server calls. I sounds like you might want to start focusing on a GP service or a published model. As far as using a geometry service and making a buffer request to that service you will not get dealing with shapefiles, you will be dealing with individual geometries.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert, Can I have more advice from you. Actually what i want is that when user click a map area than i want to show a buffer area around the user clicked area. my application would be running on web so what is your suggestion to use in this case GP or geometeries&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 09:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562420#M12685</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-08-16T09:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buffer using geometry service through flex api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562421#M12686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Well in the scenario you described you would have a mapclick which produces a MapPoint geometry and that is the geometry that is used in the buffer operation and then when the buffer is done it returns you a polygon geometry of the actual buffer and you can use that in a query task to return the features that intersect that polygon. The sample link I provided earlier will get you started using the drawTool and instead of using a polygon you would just use a point. Then there are several API samples for doing queries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 11:07:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562421#M12686</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-08-16T11:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buffer using geometry service through flex api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562422#M12687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Well in the scenario you described you would have a mapclick which produces a MapPoint geometry and that is the geometry that is used in the buffer operation and then when the buffer is done it returns you a polygon geometry of the actual buffer and you can use that in a query task to return the features that intersect that polygon. The sample link I provided earlier will get you started using the drawTool and instead of using a polygon you would just use a point. Then there are several API samples for doing queries.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thnx, I had a look to the code, it says it requires 10.1 while i am using 10.0 , how to use it on arcgis 10.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 11:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562422#M12687</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-08-16T11:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buffer using geometry service through flex api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562423#M12688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The basic concept of setting up the bufferparameters in code are still the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/tasks/supportClasses/BufferParameters.html"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/tasks/supportClasses/BufferParameters.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 11:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/creating-buffer-using-geometry-service-through/m-p/562423#M12688</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-08-16T11:46:16Z</dc:date>
    </item>
  </channel>
</rss>

