<?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 Can I eliminate the redundant points after running GeometryService.simplify? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-eliminate-the-redundant-points-after-running/m-p/467034#M43284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to implement a buffer zone search, after I read &lt;A href="https://developers.arcgis.com/javascript/jssamples/util_buffergraphic.html"&gt;this&lt;/A&gt;, using &lt;STRONG&gt;GeometryService.simplify&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gsvc.simplify([evt.geometry], function (geometries) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; params.geometries = geometries;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gsvc.buffer(params, showBuffer);&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I successfully get a buffered geometry, say rectangle, however the returned geometry has a lot of vertex at the corners, so it is inconvenient to modify the shape...Is it possible to just get a "4 points rectangle" with buffered size? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 10:26:45 GMT</pubDate>
    <dc:creator>StephenLam</dc:creator>
    <dc:date>2014-08-04T10:26:45Z</dc:date>
    <item>
      <title>Can I eliminate the redundant points after running GeometryService.simplify?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-eliminate-the-redundant-points-after-running/m-p/467034#M43284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to implement a buffer zone search, after I read &lt;A href="https://developers.arcgis.com/javascript/jssamples/util_buffergraphic.html"&gt;this&lt;/A&gt;, using &lt;STRONG&gt;GeometryService.simplify&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gsvc.simplify([evt.geometry], function (geometries) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; params.geometries = geometries;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gsvc.buffer(params, showBuffer);&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I successfully get a buffered geometry, say rectangle, however the returned geometry has a lot of vertex at the corners, so it is inconvenient to modify the shape...Is it possible to just get a "4 points rectangle" with buffered size? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 10:26:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-eliminate-the-redundant-points-after-running/m-p/467034#M43284</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-08-04T10:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I eliminate the redundant points after running GeometryService.simplify?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-eliminate-the-redundant-points-after-running/m-p/467035#M43285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Simplify takes care of counter clockwise polygon orientation and polygon self-intersecting, etc. I think what you want is the &lt;A href="https://developers.arcgis.com/javascript/jsapi/geometryservice-amd.html#generalize"&gt;GeometryService.Generalize&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:05:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-eliminate-the-redundant-points-after-running/m-p/467035#M43285</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-04T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I eliminate the redundant points after running GeometryService.simplify?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-eliminate-the-redundant-points-after-running/m-p/467036#M43286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. One option is to get envelope of the buffer geometry, this will always be a 4 point rectangle.&lt;/P&gt;&lt;P&gt;2. If you are looking for a minimum bounding rectangle then you may want to create a geoprocessing service using minimum bounding geometry tool. Refer below links on how to go about it.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/2987_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Minimum bounding geometry task - &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003q000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003q000000"&gt;ArcGIS Desktop&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Publishing geoprocessing service - &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005700000042000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//005700000042000000"&gt;ArcGIS Help 10.1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-eliminate-the-redundant-points-after-running/m-p/467036#M43286</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-08-04T13:19:52Z</dc:date>
    </item>
  </channel>
</rss>

