<?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: Zip codes within a GeometryService Buffer  (Get zip codes within diameter of x mi in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zip-codes-within-a-geometryservice-buffer-nbsp-get/m-p/418197#M9792</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 also using GeometryService and intersection to get the line features that are intersecting my buffer. I am calling the following function on relationcomplete of my geometryservice. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
private function relationCompleteHandler(event:GeometryServiceEvent):void
&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var result:Array = event.result as Array;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var score:int=0;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Alert.show("Length of result"+result.length);
&amp;nbsp;&amp;nbsp;&amp;nbsp; var i:int=0;
&amp;nbsp;&amp;nbsp;&amp;nbsp; for(i=0;i&amp;lt;result.length;i++)
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var obj1:Object = result&lt;I&gt;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
}
&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to retrieve the attribute of the features returned as result. I have searched the forums but could not find a way to retrive feature attributes from the GeometryServiceEvent object. There is no help in the documentation also. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Neha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 18:55:16 GMT</pubDate>
    <dc:creator>Nehas</dc:creator>
    <dc:date>2021-12-11T18:55:16Z</dc:date>
    <item>
      <title>Zip codes within a GeometryService Buffer  (Get zip codes within diameter of x miles)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zip-codes-within-a-geometryservice-buffer-nbsp-get/m-p/418195#M9790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With some help I was was easily able to draw a circle with a diameter of X miles which works great,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question here is: Is there a way to pull all the zip codes within a circle that I have drawn using GeometryService Buffer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also will be using USPS AIS data to match up routes etc, but need to be able to pull the zip codes from the selected area first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 21:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/zip-codes-within-a-geometryservice-buffer-nbsp-get/m-p/418195#M9790</guid>
      <dc:creator>TimGeiges</dc:creator>
      <dc:date>2012-05-17T21:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Zip codes within a GeometryService Buffer  (Get zip codes within diameter of x mi</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zip-codes-within-a-geometryservice-buffer-nbsp-get/m-p/418196#M9791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You either need to find a existing zip code map service or publish one of your own with data you find. Then you just do a simple QueryTask to get the zips that intersect the polygon buffer you created.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 22:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/zip-codes-within-a-geometryservice-buffer-nbsp-get/m-p/418196#M9791</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-05-17T22:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Zip codes within a GeometryService Buffer  (Get zip codes within diameter of x mi</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zip-codes-within-a-geometryservice-buffer-nbsp-get/m-p/418197#M9792</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 also using GeometryService and intersection to get the line features that are intersecting my buffer. I am calling the following function on relationcomplete of my geometryservice. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
private function relationCompleteHandler(event:GeometryServiceEvent):void
&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var result:Array = event.result as Array;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var score:int=0;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Alert.show("Length of result"+result.length);
&amp;nbsp;&amp;nbsp;&amp;nbsp; var i:int=0;
&amp;nbsp;&amp;nbsp;&amp;nbsp; for(i=0;i&amp;lt;result.length;i++)
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var obj1:Object = result&lt;I&gt;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
}
&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to retrieve the attribute of the features returned as result. I have searched the forums but could not find a way to retrive feature attributes from the GeometryServiceEvent object. There is no help in the documentation also. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Neha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/zip-codes-within-a-geometryservice-buffer-nbsp-get/m-p/418197#M9792</guid>
      <dc:creator>Nehas</dc:creator>
      <dc:date>2021-12-11T18:55:16Z</dc:date>
    </item>
  </channel>
</rss>

