<?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: Converting Incorrect Coordinates in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635173#M4271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep in mind, Hawth's tools requires 9.x or prior versions. His &lt;A href="http://www.spatialecology.com/gme/" title="http://www.spatialecology.com/gme/"&gt;GME | SpatialEcology.Com&lt;/A&gt; replaced it in version 10.x+&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 15:15:16 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2015-05-06T15:15:16Z</dc:date>
    <item>
      <title>Converting Incorrect Coordinates</title>
      <link>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635170#M4268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping someone can help me with the following and that I haven't missed the same question somewhere else on this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using ArcPad to undertake detailed geological and geotechnical mapping in one of our pits.&amp;nbsp; We are using coordinate system ED 1950 UTM Zone 37N.&amp;nbsp; The coordinates generated in ArcPad are consistently out by 6/7 metres for X/Y.&amp;nbsp; We have spent months exhausting all options with the hardware provider and we have contacted Esri tech support so see if they can provide a patch for correcting the coordinates on the device in ArcPad while we are mapping.&amp;nbsp; Unfortunately we have been told this can not be achieved.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are now wanting to amend the coordinates post data collection.&amp;nbsp; Is there an automated way of doing this in ArcMap?&amp;nbsp; Short of exporting to a .csv and adding 6 or 7 metres to the X or Y value then re-importing back into ArcMap we can not think of a way to achieve this.&amp;nbsp; Also, we only know how to do this for points, not for polygons (we need to shift the polygon/polyline in its entirety).&amp;nbsp; I guess we could convert polygons/polylines to a series of points using the ET Geowizard free add-on, export to excel, amend, re-import and re-build polylines/polyline from the amended points but this seems like a lot of work!&amp;nbsp; Surely there is an easier way???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many many thanks in advance for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 07:39:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635170#M4268</guid>
      <dc:creator>SophieTie</dc:creator>
      <dc:date>2015-05-06T07:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Incorrect Coordinates</title>
      <link>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635171#M4269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sophie, you might try the functions in Hawth's Tools. There is a tool specifically for shifting vector features by a constant x/y: &lt;A href="http://www.spatialecology.com/htools/tooldesc.php" title="http://www.spatialecology.com/htools/tooldesc.php"&gt;Hawths Analysis Tools for ArcGIS&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635171#M4269</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-06T13:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Incorrect Coordinates</title>
      <link>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635172#M4270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case an automated method doesn't work out, here's a workaround.&amp;nbsp; You could potentially do the correction in an Edit Session in ArcMap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Select all the features in a layer that you want to move (or if all features in one layer, right-click on the layer in the Table of Contents, Selection, Select All)&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Click on the "Editor" button on the Editor Toolbar.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Select "Move"&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; In the "Delta X,Y" popup that appears, type in the values that you need to move the data.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="95213" alt="MoveXY.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/95213_MoveXY.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 14:44:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635172#M4270</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-05-06T14:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Incorrect Coordinates</title>
      <link>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635173#M4271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep in mind, Hawth's tools requires 9.x or prior versions. His &lt;A href="http://www.spatialecology.com/gme/" title="http://www.spatialecology.com/gme/"&gt;GME | SpatialEcology.Com&lt;/A&gt; replaced it in version 10.x+&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:15:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635173#M4271</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-05-06T15:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Incorrect Coordinates</title>
      <link>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635174#M4272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, that's right. Well luckily the new version has the same tool: &lt;A href="http://www.spatialecology.com/gme/shiftrotate.htm" title="http://www.spatialecology.com/gme/shiftrotate.htm"&gt;GME | SpatialEcology.Com: Shift/rotate&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/converting-incorrect-coordinates/m-p/635174#M4272</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-06T15:42:15Z</dc:date>
    </item>
  </channel>
</rss>

