<?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: Extending a polygon outwards? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311979#M10804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, I think I see. When you tried Spatial Join, did you set a search distance? That can make a big difference. Something else you could try is running &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Near/00080000001q000000/"&gt;Near&lt;/A&gt;&lt;SPAN&gt; to find the closest polygon to each point, then join them together (not sure if that would be any faster). You could also make a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Simplify_Polygon/007000000011000000/"&gt;simplified&lt;/A&gt;&lt;SPAN&gt; version of your coastline polygons and try Spatial Join to that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2012 21:43:57 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2012-06-21T21:43:57Z</dc:date>
    <item>
      <title>Extending a polygon outwards?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311976#M10801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if there was a way to extend a polygon outwards?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have is a polygon of a country with 12 different regions within it and the edge (coast) is lined with these various regions (no region overlaps). I wish to extend these polygons 30m past the coastline. However I can't use a buffer(with the outside only option) because then the regions overlap and it's impossible to clip overlaps when at different points of the coastline, I have different regions overlapping. I also can't use the edit vertices option because there are so many vertices that I would have to individually click and drag outwards to the same distance. Is there a function that can take my polygon and extend the polygon outwards over the coast?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 21:03:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311976#M10801</guid>
      <dc:creator>SanwaraneeKarunaratne</dc:creator>
      <dc:date>2012-06-21T21:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a polygon outwards?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311977#M10802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01m70000000s000000"&gt;Trace&lt;/A&gt;&lt;SPAN&gt; the coast line to a polyline feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) Buffer the coast line using "LEFT" or "RIGHT" (requires ArcInfo, or &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Advanced&lt;/SPAN&gt;&lt;SPAN&gt;, now)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 21:17:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311977#M10802</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-06-21T21:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a polygon outwards?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311978#M10803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Darren&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply-- but I want points that stray 30m away from the coastline to be joined with the same characteristics as the region it's closest to without using a spatial join (because I tried this and it took more than week to process due to the complexity of the polygon) and without a single point snapping to more than one region-- would trace still work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 21:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311978#M10803</guid>
      <dc:creator>SanwaraneeKarunaratne</dc:creator>
      <dc:date>2012-06-21T21:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a polygon outwards?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311979#M10804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, I think I see. When you tried Spatial Join, did you set a search distance? That can make a big difference. Something else you could try is running &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Near/00080000001q000000/"&gt;Near&lt;/A&gt;&lt;SPAN&gt; to find the closest polygon to each point, then join them together (not sure if that would be any faster). You could also make a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Simplify_Polygon/007000000011000000/"&gt;simplified&lt;/A&gt;&lt;SPAN&gt; version of your coastline polygons and try Spatial Join to that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 21:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311979#M10804</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-06-21T21:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a polygon outwards?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311980#M10805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I had set a search distance of 30m and tried to do the join to the closest region but the processing time wasn't practical. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ordinarily simplifying would be great but I have to keep the level of accuracy high for this particular project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 21:52:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311980#M10805</guid>
      <dc:creator>SanwaraneeKarunaratne</dc:creator>
      <dc:date>2012-06-21T21:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a polygon outwards?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311981#M10806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do this exact thing, too, for all counties along the US Atlantic Coast. Any other suggestions?&amp;nbsp; I need&amp;nbsp; this so I can use a county layer for zonal summaries...my rasters mostly extend slightly offshore to the coast boundary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extending-a-polygon-outwards/m-p/311981#M10806</guid>
      <dc:creator>KirstenLuke</dc:creator>
      <dc:date>2016-07-01T18:26:14Z</dc:date>
    </item>
  </channel>
</rss>

