<?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 Buffer search with polyline/polygon features in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303880#M27908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a UC to search equipment within given radius/uom. I use following logic for point features:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I select one equipment (e.g. EQP1) and find geometry of it. I perform buffer search around this equipment (EQP1) to locate other equipment on the same layer.&lt;/P&gt;&lt;P&gt;2) I find geometry of EQP1 and create Circle of given radius/uom.&lt;/P&gt;&lt;P&gt;3) I pass Circle geometry to QueryTask along with other parameters (e.g. url of the layer, where, outfields, spatialrelationship)&lt;/P&gt;&lt;P&gt;4) This gives me the result of equipment falling under radius/uom of the geometry of EQP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, here EQP1 is a point feature. But how to perform search if EQP1 is polygon/polyline feature? Point feature will have single geometry point so, I can create one circle and get the correct result. With polyline/polygon - points are more than one. In that case, do I need to create circles for each point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Feb 2015 17:55:21 GMT</pubDate>
    <dc:creator>BhavinSanghani</dc:creator>
    <dc:date>2015-02-08T17:55:21Z</dc:date>
    <item>
      <title>Buffer search with polyline/polygon features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303880#M27908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a UC to search equipment within given radius/uom. I use following logic for point features:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I select one equipment (e.g. EQP1) and find geometry of it. I perform buffer search around this equipment (EQP1) to locate other equipment on the same layer.&lt;/P&gt;&lt;P&gt;2) I find geometry of EQP1 and create Circle of given radius/uom.&lt;/P&gt;&lt;P&gt;3) I pass Circle geometry to QueryTask along with other parameters (e.g. url of the layer, where, outfields, spatialrelationship)&lt;/P&gt;&lt;P&gt;4) This gives me the result of equipment falling under radius/uom of the geometry of EQP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, here EQP1 is a point feature. But how to perform search if EQP1 is polygon/polyline feature? Point feature will have single geometry point so, I can create one circle and get the correct result. With polyline/polygon - points are more than one. In that case, do I need to create circles for each point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 17:55:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303880#M27908</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2015-02-08T17:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer search with polyline/polygon features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303881#M27909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhavin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Use the GeometeryService buffer operation to buffer the line or polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/geometryservice-amd.html#buffer" title="https://developers.arcgis.com/javascript/jsapi/geometryservice-amd.html#buffer"&gt;GeometryService | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 20:17:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303881#M27909</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-08T20:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer search with polyline/polygon features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303882#M27910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert, this is what I was looking for. Before buffering polyline/polygon, how can I validate the geometry? Sometimes, there is an issue with data and I get x and y values as NaN. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 02:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303882#M27910</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2015-02-10T02:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer search with polyline/polygon features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303883#M27911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhavin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is not really something you should be doing client side you should check for geometry errors in ArcMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 02:51:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303883#M27911</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-10T02:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer search with polyline/polygon features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303884#M27912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between buffering shape using Geometry service and Geoprocessing service? In ArcMap - Toolbox, there is one proximity tool Buffer. We can publish it as a geoprocessing service and call that service from ArcGIS JS API. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My judgement is geometry service-buffer() is handy rather than depolying geoprocessing buffer tool unless there is a clear advantage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to buffer point/polygon/polyline features and find equipment within the geometry. e.g. I want to find out all bulidings which are in the range of particular distance from particular object (or geomtry of the object).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 18:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303884#M27912</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2015-02-12T18:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer search with polyline/polygon features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303885#M27913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhavin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I would agree.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;My judgement is geometry service-buffer() is handy rather than deploying geoprocessing buffer tool unless there is a clear advantage.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;With your needs there is no need to go though extra steps of publishing a geoprocessing service when ArcGIS Server exposes the Geometry service that can accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you buffer your geometry (point, line or polygon) the returned polygon geometry can be used as the geometry for a QueryTask to find your buildings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 19:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buffer-search-with-polyline-polygon-features/m-p/303885#M27913</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-12T19:06:05Z</dc:date>
    </item>
  </channel>
</rss>

