<?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 Shifting polygon feature to x, y point coordinate in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520903#M86934</link>
    <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;I am trying to do essentially what the Move Delta XY tool (or the raster shift tool) does but in an automatable format. I have one large circular polygon that needs to get moved to center over an x, y point coordinate. I want a tool or script where I can input a point layer that has in its attribute field x and y values for a dozen of points, filter the point I want, and then the input polygon layer will shift to center over the x, y coordinates of the selected point. I want to be able to do it this way instead of in Edit as I am trying to automate a larger process. I tried the transform tool, but you need multiple control points, and I just want to center over one specific point. If anyone has any suggestions, I would really appreciate it!&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 22:29:27 GMT</pubDate>
    <dc:creator>Kathleen</dc:creator>
    <dc:date>2024-08-13T22:29:27Z</dc:date>
    <item>
      <title>Shifting polygon feature to x, y point coordinate</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520903#M86934</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;I am trying to do essentially what the Move Delta XY tool (or the raster shift tool) does but in an automatable format. I have one large circular polygon that needs to get moved to center over an x, y point coordinate. I want a tool or script where I can input a point layer that has in its attribute field x and y values for a dozen of points, filter the point I want, and then the input polygon layer will shift to center over the x, y coordinates of the selected point. I want to be able to do it this way instead of in Edit as I am trying to automate a larger process. I tried the transform tool, but you need multiple control points, and I just want to center over one specific point. If anyone has any suggestions, I would really appreciate it!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 22:29:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520903#M86934</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2024-08-13T22:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Shifting polygon feature to x, y point coordinate</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520911#M86935</link>
      <description>&lt;P&gt;I have a similar issues for georeferencing as-builts that always get placed in the middle of the ocean. I don't have a set solution yet but I was pondering making a Locator based on the corner of a building so when I click on the corner of the as-built building I can chose the location and it would hopefully at least snap there. I wonder if that would work for your problem too&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 22:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520911#M86935</guid>
      <dc:creator>SYOCSan</dc:creator>
      <dc:date>2024-08-13T22:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Shifting polygon feature to x, y point coordinate</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520950#M86938</link>
      <description>&lt;P&gt;Thanks for responding! This is definitely an interesting idea. I am not sure if it will work for my purposes as the snap tool (which I would need to use to automate) requires at least two control points to shift and I just have a point, but locators are not something I have done much with, so it is worth experimenting. I am currently trying to see if I can code a tool for it, so I may be posting about that shortly when I inevitably hit a coding wall. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 00:21:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520950#M86938</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2024-08-14T00:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Shifting polygon feature to x, y point coordinate</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520959#M86939</link>
      <description>&lt;P&gt;I just re-read your post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why not take the points on the point layer and convert to polygon (I think it has a buffer so you can make it bigger) then when you filter the x,y you want it will take you to your spot.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 01:49:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1520959#M86939</guid>
      <dc:creator>SYOCSan</dc:creator>
      <dc:date>2024-08-14T01:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Shifting polygon feature to x, y point coordinate</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1521034#M86945</link>
      <description>&lt;P&gt;Could this help you?&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/352076/moving-polygons-to-points-using-arcpy" target="_blank"&gt;https://gis.stackexchange.com/questions/352076/moving-polygons-to-points-using-arcpy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 05:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/shifting-polygon-feature-to-x-y-point-coordinate/m-p/1521034#M86945</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2024-08-14T05:21:21Z</dc:date>
    </item>
  </channel>
</rss>

