<?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: Is there a way to automate creating polygon features of a specific size ? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-creating-polygon/m-p/331934#M18914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Miguel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure exactly on how to do this with MB or Scripting, but I did find a way to do this without it in about a 3 step process.&amp;nbsp; It would first require your 'single click operation' to be the user creating a point in the map for each centroid of where they want the polygon squares to be.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After creating all of the point centroids, use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//000800000019000000"&gt;Buffer tool&lt;/A&gt;&lt;SPAN&gt; to create buffers around each point at the specified distance.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lastly, use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000038000000"&gt;Feature Envelope to Polygon tool&lt;/A&gt;&lt;SPAN&gt; to create the square envelope polygons around each buffer ring's extent.&amp;nbsp; You can then toggle the point layer and buffer ring layer off in the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2013 19:44:04 GMT</pubDate>
    <dc:creator>MatthewPayne</dc:creator>
    <dc:date>2013-04-02T19:44:04Z</dc:date>
    <item>
      <title>Is there a way to automate creating polygon features of a specific size ?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-creating-polygon/m-p/331933#M18913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to automatically create a polygon of a specific size without doing it interactively ?&amp;nbsp; In other words, I'd like the user to click on the map, and have a single polygon of a specific size created as a single-click operation, centered on where they click.&amp;nbsp; We would like to do this with a couple of different polygon layers.&amp;nbsp; Each layer would have a specific size.&amp;nbsp; For example, one layer would consist of polygons that are 10'x10'.&amp;nbsp; A different layer might consist of 3'x3' polygons.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there tools in ArcToolbox that could be used to do this ?&amp;nbsp; If so, we could probably create a model or python script tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The polygons would not be contiguous, so fishnet might not work for this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-creating-polygon/m-p/331933#M18913</guid>
      <dc:creator>MiguelGarriga1</dc:creator>
      <dc:date>2013-04-01T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to automate creating polygon features of a specific size ?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-creating-polygon/m-p/331934#M18914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Miguel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure exactly on how to do this with MB or Scripting, but I did find a way to do this without it in about a 3 step process.&amp;nbsp; It would first require your 'single click operation' to be the user creating a point in the map for each centroid of where they want the polygon squares to be.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After creating all of the point centroids, use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//000800000019000000"&gt;Buffer tool&lt;/A&gt;&lt;SPAN&gt; to create buffers around each point at the specified distance.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lastly, use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000038000000"&gt;Feature Envelope to Polygon tool&lt;/A&gt;&lt;SPAN&gt; to create the square envelope polygons around each buffer ring's extent.&amp;nbsp; You can then toggle the point layer and buffer ring layer off in the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 19:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-creating-polygon/m-p/331934#M18914</guid>
      <dc:creator>MatthewPayne</dc:creator>
      <dc:date>2013-04-02T19:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to automate creating polygon features of a specific size ?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-creating-polygon/m-p/331935#M18915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this feature works great.&amp;nbsp; a colleague has also forwarded this information on to me.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018w00000005000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//018w00000005000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 18:49:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-creating-polygon/m-p/331935#M18915</guid>
      <dc:creator>GeoffreyWest3</dc:creator>
      <dc:date>2013-08-16T18:49:11Z</dc:date>
    </item>
  </channel>
</rss>

