<?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: Changing reference system with sde.st_transform but layer isnt visible in Arcmap after conversion in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051359#M43291</link>
    <description>&lt;P&gt;Yes I understand but my thought was that since ST_GEOMETRY is an ESRI datatype it can be managed within ArcGIS products. SDO_GEOMETRY is an Oracle datatype and that can be managed in SqlDeveloper. If I do what you suggest in SqlDev I cant see any spatial columns in my table. I guess that is because SqlDev searches for column type SDO_GEOMETRY.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Apr 2021 15:35:17 GMT</pubDate>
    <dc:creator>AndersMark</dc:creator>
    <dc:date>2021-04-26T15:35:17Z</dc:date>
    <item>
      <title>Changing reference system with sde.st_transform but layer isnt visible in Arcmap after conversion</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051155#M43283</link>
      <description>&lt;P&gt;Back in the days we used a spatial reference (SRID) of 2 in our databases. This was at the beginning of the st_geometry type era and what I remember the 3006 wasnt available. However the coding is exactly the same. For several reasons we now want to change this once and for all to 3006. According to this article this should be very easy:&amp;nbsp;&lt;A href="https://support.esri.com/en/technical-article/000010463" target="_blank" rel="noopener"&gt;https://support.esri.com/en/technical-article/000010463&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The problem is when I made all the steps the layer isn't visible any more in Arcmap. It doesn't draw anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In short I do this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Copy an existing feature class in arcmap for test. Lets say I copy feature class LAKE to LAKE_COPY.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Then I remove any spatial index on LAKE_COPY.&lt;/LI&gt;&lt;LI&gt;As the schema owner, with sql:&amp;nbsp;UPDATE LAKE_COPY&amp;nbsp;SET shape = sde.st_transform(shape,3006);&lt;/LI&gt;&lt;LI&gt;As SDE-user:&amp;nbsp;UPDATE st_geometry_columns SET srid = 3006 WHERE table_name = 'LAKE_COPY';&lt;/LI&gt;&lt;LI&gt;Then I recreate the spatial index on LAKE_COPY.&lt;/LI&gt;&lt;LI&gt;Now I try to view the converted layer in Arcmap but nothing shows up.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When checking SDE.ST_GEOMETRY_COLUMNS, SDE.LAYERS everything seems to be updated correctly. If I check existing shape data in de LAKE_COPY feature class I can see that it now has 3006 as spatial reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What has gone wrong? Should I do something else?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment: ArcGIS 10.3.1 and Oracle 11.2&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 18:09:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051155#M43283</guid>
      <dc:creator>AndersMark</dc:creator>
      <dc:date>2021-04-25T18:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changing reference system with sde.st_transform but layer isnt visible in Arcmap after conversion</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051158#M43284</link>
      <description>&lt;P&gt;I'd probably check the metadata for the geometry also (have a gander in the table in sql developer).&amp;nbsp; I think that would need to be updated.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 19:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051158#M43284</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-25T19:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing reference system with sde.st_transform but layer isnt visible in Arcmap after conversion</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051194#M43285</link>
      <description>&lt;P&gt;That sounds interesting. Can you be a little more specific about where I should check? In my test table I have verified that the SRID stored together with the geometries are correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example: SELECT DISTINCT a.shape.srid FROM LAKE_COPY a;&lt;/P&gt;&lt;P&gt;That gives me 3006 which now is the only unique number stored together with the geometry. I.e. the old number of 2 is replaced.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 06:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051194#M43285</guid>
      <dc:creator>AndersMark</dc:creator>
      <dc:date>2021-04-26T06:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing reference system with sde.st_transform but layer isnt visible in Arcmap after conversion</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051310#M43286</link>
      <description>&lt;P&gt;I've only experience with the SDO geometry type in Oracle unfortunately so the metadata table might not even exist.&amp;nbsp; In SDO geometry, the metadata has an SRID attribute.&amp;nbsp; To quickly view this in SQL developer 19.1 I would:&lt;/P&gt;&lt;P&gt;right-click on the table/FC in the connections pane -&amp;gt; Spatial -&amp;gt; Update Spatial Metadata&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 14:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051310#M43286</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-26T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing reference system with sde.st_transform but layer isnt visible in Arcmap after conversion</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051315#M43287</link>
      <description>&lt;P&gt;Ok maybe the problem behaves in a different way when you compare SDO_GEOMETRY and ST_GEOMETRY. If I check the FC in Arcmap I cant see the option "Update Spatial Metadata".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, thanks for suggestions!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 14:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051315#M43287</guid>
      <dc:creator>AndersMark</dc:creator>
      <dc:date>2021-04-26T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing reference system with sde.st_transform but layer isnt visible in Arcmap after conversion</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051324#M43288</link>
      <description>&lt;P&gt;In SQL Developer not ArcMap&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 14:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051324#M43288</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-26T14:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing reference system with sde.st_transform but layer isnt visible in Arcmap after conversion</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051359#M43291</link>
      <description>&lt;P&gt;Yes I understand but my thought was that since ST_GEOMETRY is an ESRI datatype it can be managed within ArcGIS products. SDO_GEOMETRY is an Oracle datatype and that can be managed in SqlDeveloper. If I do what you suggest in SqlDev I cant see any spatial columns in my table. I guess that is because SqlDev searches for column type SDO_GEOMETRY.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 15:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-reference-system-with-sde-st-transform/m-p/1051359#M43291</guid>
      <dc:creator>AndersMark</dc:creator>
      <dc:date>2021-04-26T15:35:17Z</dc:date>
    </item>
  </channel>
</rss>

