<?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: the difference between projecting data and changing a dataset's spatial reference in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/the-difference-between-projecting-data-and/m-p/512587#M17031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is all the difference in the world between&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;projecting the data in a feature dataset and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;changing the spatial reference on a feature dataset&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;projecting modifies the coordinate space and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;calculates the feature coordinates to what they become in that new space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;changing the spatial reference just changes the description of the space&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but leaves the feature coordinates unchanged.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is the difference between the princess kissing the frog (and changing him into a prince)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the princess just calling the frog a prince, and letting it go at that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which option she picks depends on what she wants in the end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;can&lt;/SPAN&gt;&lt;SPAN&gt; modify coordinates by changing the spatial reference on a geometry object, for example while you are inserting it into a feature table with an Insert Cursor. This tends to be very slow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;... and of course many things are possible using ArcObjects (in for example, C#)...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 14:30:36 GMT</pubDate>
    <dc:creator>markdenil</dc:creator>
    <dc:date>2013-05-21T14:30:36Z</dc:date>
    <item>
      <title>the difference between projecting data and changing a dataset's spatial reference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/the-difference-between-projecting-data-and/m-p/512586#M17030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a difference between&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) projecting the data in a feature dataset using arc toolbox-&amp;gt;data management tools-&amp;gt;Projections and Transformations-&amp;gt;Batch Project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) changing the spatial reference on a feature dataset&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, does anyone know a way to reproject data using something other that arc toolbox or the python arcpy.project_management method?&amp;nbsp; Perhaps something in c#.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 13:40:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/the-difference-between-projecting-data-and/m-p/512586#M17030</guid>
      <dc:creator>TedRakel</dc:creator>
      <dc:date>2013-05-21T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: the difference between projecting data and changing a dataset's spatial reference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/the-difference-between-projecting-data-and/m-p/512587#M17031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is all the difference in the world between&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;projecting the data in a feature dataset and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;changing the spatial reference on a feature dataset&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;projecting modifies the coordinate space and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;calculates the feature coordinates to what they become in that new space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;changing the spatial reference just changes the description of the space&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but leaves the feature coordinates unchanged.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is the difference between the princess kissing the frog (and changing him into a prince)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the princess just calling the frog a prince, and letting it go at that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which option she picks depends on what she wants in the end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;can&lt;/SPAN&gt;&lt;SPAN&gt; modify coordinates by changing the spatial reference on a geometry object, for example while you are inserting it into a feature table with an Insert Cursor. This tends to be very slow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;... and of course many things are possible using ArcObjects (in for example, C#)...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 14:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/the-difference-between-projecting-data-and/m-p/512587#M17031</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2013-05-21T14:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: the difference between projecting data and changing a dataset's spatial reference</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/the-difference-between-projecting-data-and/m-p/512588#M17032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; That answers my question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 15:36:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/the-difference-between-projecting-data-and/m-p/512588#M17032</guid>
      <dc:creator>TedRakel</dc:creator>
      <dc:date>2013-05-23T15:36:03Z</dc:date>
    </item>
  </channel>
</rss>

