<?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: Increase size of polygon circles in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386498#M13208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but how do I determine the centroid?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Feb 2011 12:01:24 GMT</pubDate>
    <dc:creator>DeannaMetts</dc:creator>
    <dc:date>2011-02-07T12:01:24Z</dc:date>
    <item>
      <title>Increase size of polygon circles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386496#M13206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a polygon feature class with thousands of circles.&amp;nbsp; Most of them are the correct diameter, but some are not.&amp;nbsp; I need to increase the size of all of them to have a 15' radius.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the easiest way to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 12:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386496#M13206</guid>
      <dc:creator>DeannaMetts</dc:creator>
      <dc:date>2011-01-28T12:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Increase size of polygon circles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386497#M13207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1&amp;nbsp; selecting/query the ones that are the correct size and export to a new shapefile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2&amp;nbsp; switch the selection determine the centroid of those that have too small radii, make them their own shapefile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3&amp;nbsp; buffer the points in step 2 to the correct size&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4&amp;nbsp; merge the results of 1 and 3 together&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 14:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386497#M13207</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-01-28T14:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Increase size of polygon circles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386498#M13208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but how do I determine the centroid?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 12:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386498#M13208</guid>
      <dc:creator>DeannaMetts</dc:creator>
      <dc:date>2011-02-07T12:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Increase size of polygon circles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386499#M13209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;add two Double fields to the table with appropriate precision and scale and check out the topic on field calculations&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s00000025000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s00000025000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;once the centroid X and Y are determined add the table in as an event layer using the X and Y fields...there are alternates that require different extensions or license levels, also check the various script sites for tools to convert poly* features to their centroid representations&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 16:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386499#M13209</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-02-07T16:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Increase size of polygon circles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386500#M13210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the suggestions.&amp;nbsp; It was no trouble to get the centroids and then use the buffer wizard to create the correct size circle polygons.&amp;nbsp; The problem I am having now is that the buffer polys do not have the attributes I need to keep from the original shapefile. Im sure there is a way to merge or join and get what I need, but so far I have not figured it out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 19:43:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386500#M13210</guid>
      <dc:creator>DeannaMetts</dc:creator>
      <dc:date>2011-03-03T19:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Increase size of polygon circles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386501#M13211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you answered your own question....join using the FID field (assuming you are using&amp;nbsp; shapefiles).&amp;nbsp; To make the join permanent, simply export the file to a new file (in v 10,right-click on the layer,&amp;nbsp; Data, Export Data etc)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 20:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/increase-size-of-polygon-circles/m-p/386501#M13211</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-03-03T20:04:45Z</dc:date>
    </item>
  </channel>
</rss>

