<?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: 2 layers, points and polygons. If point is inside the polygon, replace point layer with polygon? in Implementing ArcGIS Questions</title>
    <link>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29824#M66</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm in Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've pasted an image below to clarify. I've turned the two layers on. What I want is to assign the polygon surrounding the point to replace the point in the layer containing the points. The end goal is when I select the layer which used to contain points, it displays the parcel polygon instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/511966_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2020 15:06:40 GMT</pubDate>
    <dc:creator>MatthewMcMillan1</dc:creator>
    <dc:date>2020-10-28T15:06:40Z</dc:date>
    <item>
      <title>2 layers, points and polygons. If point is inside the polygon, replace point layer with polygon?</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29820#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a shapefile that plots with points and another that plots parcels using polygons. I'm trying to figure out how to display the points as polygons, i.e. if the point is within the polygon, it creates a polygon and replaces the point. They are in two separate layers. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 12:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29820#M62</guid>
      <dc:creator>MatthewMcMillan1</dc:creator>
      <dc:date>2020-10-28T12:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: 2 layers, points and polygons. If point is inside the polygon, replace point layer with polygon?</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29821#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a shapefile or feature class can only be a point, line or polygon, not a combination of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 14:27:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29821#M63</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-10-28T14:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: 2 layers, points and polygons. If point is inside the polygon, replace point layer with polygon?</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29822#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply David. Is there another way to convert the point shapefile to a polygon shapefile?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 14:34:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29822#M64</guid>
      <dc:creator>MatthewMcMillan1</dc:creator>
      <dc:date>2020-10-28T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: 2 layers, points and polygons. If point is inside the polygon, replace point layer with polygon?</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29823#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you in pro, arcmap or agol?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could buffer the points into a circle, or then turn that into another shape etc. but it really depends what you need to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 14:58:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29823#M65</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-10-28T14:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: 2 layers, points and polygons. If point is inside the polygon, replace point layer with polygon?</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29824#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm in Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've pasted an image below to clarify. I've turned the two layers on. What I want is to assign the polygon surrounding the point to replace the point in the layer containing the points. The end goal is when I select the layer which used to contain points, it displays the parcel polygon instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/511966_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 15:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29824#M66</guid>
      <dc:creator>MatthewMcMillan1</dc:creator>
      <dc:date>2020-10-28T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: 2 layers, points and polygons. If point is inside the polygon, replace point layer with polygon?</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29825#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would select by location where the point intersects the polygons, switch the selection then export the points as a new shapefile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 15:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29825#M67</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-10-28T15:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: 2 layers, points and polygons. If point is inside the polygon, replace point layer with polygon?</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29826#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you David!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2020 16:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/2-layers-points-and-polygons-if-point-is-inside/m-p/29826#M68</guid>
      <dc:creator>MatthewMcMillan1</dc:creator>
      <dc:date>2020-11-03T16:00:48Z</dc:date>
    </item>
  </channel>
</rss>

