<?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: how to reproject (or copy) a spatial view in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626979#M20848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Views, including spatial views, are DBMS creatures.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is to say, they exist in a particular relational database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by virtue of SQL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and are not supported in file geodatabases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Layer files saved on disk are the analogous file geodatabase entities (sort of).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, you can either export (and optionaly, reproject) your spatial views &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as individual file gdb feature classes, or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;export (and optionaly, reproject) your source feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and recreate the views as feature layers, saving the layers to disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your spatial view is accessing data from several tables in the DBMS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then recreating it in a file geodatabase might be complicated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 12:20:18 GMT</pubDate>
    <dc:creator>markdenil</dc:creator>
    <dc:date>2013-06-07T12:20:18Z</dc:date>
    <item>
      <title>how to reproject (or copy) a spatial view</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626978#M20847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to reproject data from sde into a file geodatabase.&amp;nbsp; I use the arc toolbox 'data management tools'-&amp;gt;'projections and transformations'-&amp;gt;'project' tool to reproject the feature classes and that works fine.&amp;nbsp; There are some spatial views in sde that I need to get into the file geodatabase.&amp;nbsp; I was told to use the same toolbox tool to reproject the spatial views.&amp;nbsp; Whenever I run the 'project' tool on a spatial view, I get an the following error messages.&amp;nbsp; The 'row with this OID already exists' message seems important.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering if I really do need to use the 'project' tool to reproject the spatial view in the first place.&amp;nbsp; The feature class that the spatial view makes use of has already been reprojected, so maybe I should use a different tool from arc toolbox to move the spatial view into the file geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any ideas on how to best get a spatial view from sde into a file geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the error message I get from trying to reproject a&amp;nbsp; spatial view:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Messages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing: Project "Database Connections\Connection to orcs.apollo namcis.sde\NAMCIS.SV_115KV_LINES" "C:\ArcFM\Sample Data\svTest.gdb\svTarget" PROJCS['WGS_1984_Web_Mercator_Auxiliary_Sphere',GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Mercator_Auxiliary_Sphere'],PARAMETER['False_Easting',0.0],PARAMETER['False_Northing',0.0],PARAMETER['Central_Meridian',0.0],PARAMETER['Standard_Parallel_1',0.0],PARAMETER['Auxiliary_Sphere_Type',0.0],UNIT['Meter',1.0]] WGS_1984_(ITRF00)_To_NAD_1983 PROJCS['Hydro One Lambert Conformal Conic',GEOGCS['GCS_North_American_1983',DATUM['D_North_American_1983',SPHEROID['GRS_1980',6378137.0,298.257222101]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Lambert_Conformal_Conic'],PARAMETER['False_Easting',930000.0],PARAMETER['False_Northing',6430000.0],PARAMETER['Central_Meridian',-85.0],PARAMETER['Standard_Parallel_1',44.5],PARAMETER['Standard_Parallel_2',53.5],PARAMETER['Scale_Factor',1.0],PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Thu Jun 06 16:05:40 2013&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000210: Cannot create output C:\ArcFM\Sample Data\svTest.gdb\svTarget&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A row with this OID already exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (Project).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed at Thu Jun 06 16:05:48 2013 (Elapsed Time: 8.00 seconds)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 21:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626978#M20847</guid>
      <dc:creator>TedRakel</dc:creator>
      <dc:date>2013-06-06T21:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to reproject (or copy) a spatial view</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626979#M20848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Views, including spatial views, are DBMS creatures.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is to say, they exist in a particular relational database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by virtue of SQL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and are not supported in file geodatabases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Layer files saved on disk are the analogous file geodatabase entities (sort of).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, you can either export (and optionaly, reproject) your spatial views &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as individual file gdb feature classes, or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;export (and optionaly, reproject) your source feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and recreate the views as feature layers, saving the layers to disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your spatial view is accessing data from several tables in the DBMS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then recreating it in a file geodatabase might be complicated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 12:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626979#M20848</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2013-06-07T12:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to reproject (or copy) a spatial view</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626980#M20849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know of any toolbox tools that I can use to export a spatial view (and optionaly, reproject) as a individual file gdb feature class ?&amp;nbsp; Or of any arc objects interfaces that I can use to do this?&amp;nbsp; Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Views, including spatial views, are DBMS creatures.&lt;BR /&gt;That is to say, they exist in a particular relational database&lt;BR /&gt;by virtue of SQL&lt;BR /&gt;and are not supported in file geodatabases.&lt;BR /&gt;&lt;BR /&gt;Layer files saved on disk are the analogous file geodatabase entities (sort of).&lt;BR /&gt;&lt;BR /&gt;So, you can either export (and optionaly, reproject) your spatial views &lt;BR /&gt;as individual file gdb feature classes, or&lt;BR /&gt;export (and optionaly, reproject) your source feature class&lt;BR /&gt;and recreate the views as feature layers, saving the layers to disk.&lt;BR /&gt;&lt;BR /&gt;If your spatial view is accessing data from several tables in the DBMS&lt;BR /&gt;then recreating it in a file geodatabase might be complicated.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626980#M20849</guid>
      <dc:creator>TedRakel</dc:creator>
      <dc:date>2013-06-07T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to reproject (or copy) a spatial view</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626981#M20850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You write that "...The feature class that the spatial view makes use of has already been reprojected..."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case, the spatial views should already have the corrrect coordinate system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It can be checked in ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if it is what you intend, you would use copy features, just like saving a feature layer to a feature class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 11:24:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-reproject-or-copy-a-spatial-view/m-p/626981#M20850</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2013-06-10T11:24:23Z</dc:date>
    </item>
  </channel>
</rss>

