<?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 Select index data as rows from ST_GEOMETRY spatial index? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/select-index-data-as-rows-from-st-geometry-spatial/m-p/1180017#M33289</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Feature classes that use ST_Geometry storage use a separate table to store information for the spatial index. The spatial index table is named S&amp;lt;n&amp;gt;_IDX$, where &amp;lt;n&amp;gt; is the geometry index value for the table. The geometry index value is stored in the SDE.ST_GEOMETRY_COLUMNS geodatabase system table. &lt;STRONG&gt;The spatial index table is created as an &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Oracle&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt; Indexed Organized Table (IOT).&lt;/STRONG&gt; The spatial index on the ST_Geometry attribute appears as A&amp;lt;n&amp;gt;_IX1 when viewed through &lt;/SPAN&gt;&lt;SPAN class=""&gt;Oracle&lt;/SPAN&gt;&lt;SPAN&gt; Enterprise Manager. The value of &amp;lt;n&amp;gt; represents the LAYER_ID value stored in the LAYERS geodatabase system table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/spatial-indexes-and-stgeometry.htm" target="_self"&gt;Spatial indexes and ST_Geometry&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://oracle-base.com/articles/8i/index-organized-tables" target="_blank" rel="noopener"&gt;https://oracle-base.com/articles/8i/index-organized-tables&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Does that bolded blurb in the docs mean it’s possible to select the&amp;nbsp;&lt;EM&gt;index data &lt;U&gt;as rows&lt;/U&gt; in a query&lt;/EM&gt; from the ST_GEOMETRY stpatial index?&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;PRE&gt;select * from _;&lt;/PRE&gt;&lt;PRE&gt;spatial_index_data
----------------------
[ST_GEOMETRY shape]
[ST_GEOMETRY shape]
[ST_GEOMETRY shape]
[ST_GEOMETRY shape]
…&lt;/PRE&gt;&lt;P&gt;Background:&amp;nbsp;&lt;A href="https://gis.stackexchange.com/questions/431567/get-map-to-use-function-based-spatial-index-st-geometry" target="_self"&gt;Get map to use function-based spatial index (ST_GEOMETRY)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jun 2022 18:55:54 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2022-06-04T18:55:54Z</dc:date>
    <item>
      <title>Select index data as rows from ST_GEOMETRY spatial index?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/select-index-data-as-rows-from-st-geometry-spatial/m-p/1180017#M33289</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Feature classes that use ST_Geometry storage use a separate table to store information for the spatial index. The spatial index table is named S&amp;lt;n&amp;gt;_IDX$, where &amp;lt;n&amp;gt; is the geometry index value for the table. The geometry index value is stored in the SDE.ST_GEOMETRY_COLUMNS geodatabase system table. &lt;STRONG&gt;The spatial index table is created as an &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Oracle&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt; Indexed Organized Table (IOT).&lt;/STRONG&gt; The spatial index on the ST_Geometry attribute appears as A&amp;lt;n&amp;gt;_IX1 when viewed through &lt;/SPAN&gt;&lt;SPAN class=""&gt;Oracle&lt;/SPAN&gt;&lt;SPAN&gt; Enterprise Manager. The value of &amp;lt;n&amp;gt; represents the LAYER_ID value stored in the LAYERS geodatabase system table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/spatial-indexes-and-stgeometry.htm" target="_self"&gt;Spatial indexes and ST_Geometry&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://oracle-base.com/articles/8i/index-organized-tables" target="_blank" rel="noopener"&gt;https://oracle-base.com/articles/8i/index-organized-tables&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Does that bolded blurb in the docs mean it’s possible to select the&amp;nbsp;&lt;EM&gt;index data &lt;U&gt;as rows&lt;/U&gt; in a query&lt;/EM&gt; from the ST_GEOMETRY stpatial index?&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;PRE&gt;select * from _;&lt;/PRE&gt;&lt;PRE&gt;spatial_index_data
----------------------
[ST_GEOMETRY shape]
[ST_GEOMETRY shape]
[ST_GEOMETRY shape]
[ST_GEOMETRY shape]
…&lt;/PRE&gt;&lt;P&gt;Background:&amp;nbsp;&lt;A href="https://gis.stackexchange.com/questions/431567/get-map-to-use-function-based-spatial-index-st-geometry" target="_self"&gt;Get map to use function-based spatial index (ST_GEOMETRY)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2022 18:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/select-index-data-as-rows-from-st-geometry-spatial/m-p/1180017#M33289</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-06-04T18:55:54Z</dc:date>
    </item>
  </channel>
</rss>

