<?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 Script for GO TO XY TOOL Python for ArcGIS 10 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/script-for-go-to-xy-tool-python-for-arcgis-10/m-p/555074#M43372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking to build or find a script that works like the GO to XY tool to use in a model. If anyone has any ideas or information that would be great. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jan 2011 13:02:50 GMT</pubDate>
    <dc:creator>BrandonDavis</dc:creator>
    <dc:date>2011-01-03T13:02:50Z</dc:date>
    <item>
      <title>Script for GO TO XY TOOL Python for ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/script-for-go-to-xy-tool-python-for-arcgis-10/m-p/555074#M43372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking to build or find a script that works like the GO to XY tool to use in a model. If anyone has any ideas or information that would be great. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 13:02:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-go-to-xy-tool-python-for-arcgis-10/m-p/555074#M43372</guid>
      <dc:creator>BrandonDavis</dc:creator>
      <dc:date>2011-01-03T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script for GO TO XY TOOL Python for ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/script-for-go-to-xy-tool-python-for-arcgis-10/m-p/555075#M43373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't have a script, but I imagine you would just take the coordinate and then set the data frame extent corners based on a distance of your choice.&amp;nbsp; Something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dfList[0].extent.lowerLeft.X = X1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dfList[0].extent.lowerLeft.Y = Y1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dfList[0].extent.upperRight.X = X2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dfList[0].extent.upperRight.Y = Y2&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 17:46:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-go-to-xy-tool-python-for-arcgis-10/m-p/555075#M43373</guid>
      <dc:creator>JohnStephens</dc:creator>
      <dc:date>2011-01-04T17:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script for GO TO XY TOOL Python for ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/script-for-go-to-xy-tool-python-for-arcgis-10/m-p/555076#M43374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't have a script, but I imagine you would just take the coordinate and then set the data frame extent corners based on a distance of your choice.&amp;nbsp; Something like:&lt;BR /&gt;&lt;BR /&gt;dfList[0].extent.lowerLeft.X = X1&lt;BR /&gt;dfList[0].extent.lowerLeft.Y = Y1&lt;BR /&gt;dfList[0].extent.upperRight.X = X2&lt;BR /&gt;dfList[0].extent.upperRight.Y = Y2&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to publish the �??go to xy�?� tool but sound it is not in the toolbox&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be perfect if this tool is developed as geoprocessing tool (model or script tool) such that it can be published easily.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23098[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got help with this issue but sound not to work with me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/78352-Displaying-more-than-one-"&gt;http://forums.arcgis.com/threads/78352-Displaying-more-than-one-&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 19:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-go-to-xy-tool-python-for-arcgis-10/m-p/555076#M43374</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-03-30T19:02:03Z</dc:date>
    </item>
  </channel>
</rss>

