<?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: No select or identify possible on SDO_GEOMETRY layer in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391326#M22454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd still recommend using the -R or -x &amp;amp; -G flags when registering a table with ArcSDE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;especially when you consider that the coordref generated without them can't represent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all data in the envelope you specified (which should probably be reported as a bug).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2010 12:17:32 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2010-08-24T12:17:32Z</dc:date>
    <item>
      <title>No select or identify possible on SDO_GEOMETRY layer</title>
      <link>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391324#M22452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm encountering a very strange problem with a SDO_GEOMETRY layer. After creating the table with SDO_GEOMETRY column, filling it with data and registering it with ArcSDE using the sdelayer command all point features are shown nicely on the map. But when I try to select or identify a point feature in ArcMap, nothing is selected. I also noticed when zooming in on the features disappear from the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below my registration command. SRS is set 28992 in the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;sdelayer -o register -l ref_mks_constateringen,locatie_wkt -e p -C object01_id -E 120000,350000,180000,420000 -t SDO_GEOMETRY -i esri_sde_irist -u &amp;lt;myuser&amp;gt; -p &amp;lt;mypassword&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sdelayer describe_long command shows the following. Coordinate system seems missing but I don't understand why, because it is already defined in the Oracle Spatial environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ArcSDE 9.3.1&amp;nbsp; for Oracle10g Build 2784 Tue Oct 27 10:51:14&lt;BR /&gt;Layer&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility&lt;BR /&gt;-----------------------------------------------------&lt;BR /&gt;Layer Description ....: &amp;lt;None&amp;gt;&lt;BR /&gt;Table Owner ..........: INTWIS&lt;BR /&gt;Table Name ...........: REF_MKS_CONSTATERINGEN&lt;BR /&gt;Spatial Column .......: LOCATIE_WKT&lt;BR /&gt;Layer Id .............: 911&lt;BR /&gt;SRID .................: 62&lt;BR /&gt;Minimum Shape Id .....: 1&lt;BR /&gt;Offset ...............:&lt;BR /&gt;&amp;nbsp; falsex:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 124236.000000&lt;BR /&gt;&amp;nbsp; falsey:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 358722.325954&lt;BR /&gt;System Units .........:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8350.000000&lt;BR /&gt;Z Offset..............:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.000000&lt;BR /&gt;Z Units ..............:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.000000&lt;BR /&gt;Measure Offset .......: &amp;lt;None&amp;gt;&lt;BR /&gt;Measure Units ........: &amp;lt;None&amp;gt;&lt;BR /&gt;XY Cluster Tolerance .:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.0&lt;BR /&gt;Spatial Index ........:&lt;BR /&gt;&amp;nbsp; parameter:&amp;nbsp;&amp;nbsp;&amp;nbsp; SPIDX_RTREE&lt;BR /&gt;&amp;nbsp; exist:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes&lt;BR /&gt;&amp;nbsp; array form:&amp;nbsp;&amp;nbsp; -2,0,0&lt;BR /&gt;Layer Envelope .......:&lt;BR /&gt;&amp;nbsp; minx:&amp;nbsp;&amp;nbsp;&amp;nbsp; 124236.00000,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; miny:&amp;nbsp;&amp;nbsp;&amp;nbsp; 358722.32595&lt;BR /&gt;&amp;nbsp; maxx:&amp;nbsp;&amp;nbsp;&amp;nbsp; 173622.00000,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxy:&amp;nbsp;&amp;nbsp;&amp;nbsp; 410100.75000&lt;BR /&gt;Entities .............: p&lt;BR /&gt;Layer Type ...........: In-Line Spatial Type&lt;BR /&gt;Creation Date ........: 08/23/10 17:16:35&lt;BR /&gt;I/O Mode .............: NORMAL&lt;BR /&gt;Autolocking ..........: Enabled&lt;BR /&gt;Precision.............: Basic&lt;BR /&gt;User Privileges ......: SELECT, UPDATE, INSERT, DELETE&lt;BR /&gt;Coordinate System ....: UNKNOWN&lt;BR /&gt;&lt;BR /&gt;Layer Configuration ..: DEFAULTS&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE version is 9.3.1, database is Oracle 10.2.0.4.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 14:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391324#M22452</guid>
      <dc:creator>WilcoLoth1</dc:creator>
      <dc:date>2010-08-23T14:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: No select or identify possible on SDO_GEOMETRY layer</title>
      <link>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391325#M22453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got the answer already. Had to build the spatial index in Oracle.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 11:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391325#M22453</guid>
      <dc:creator>WilcoLoth1</dc:creator>
      <dc:date>2010-08-24T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: No select or identify possible on SDO_GEOMETRY layer</title>
      <link>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391326#M22454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd still recommend using the -R or -x &amp;amp; -G flags when registering a table with ArcSDE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;especially when you consider that the coordref generated without them can't represent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all data in the envelope you specified (which should probably be reported as a bug).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 12:17:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391326#M22454</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-08-24T12:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: No select or identify possible on SDO_GEOMETRY layer</title>
      <link>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391327#M22455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have come across this thread whilst looking for a problem with selecting a layer on my map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is a simple polyline shp file (no geodatabases etc are involved).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I keep the layer simple, I can select &amp;amp; identify the line no problem by clicking on it in my web map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I offset the line in the symbology, I can not click on the lines as they are displayed, but in order to select or identify, must click between the lines where it 'would' be if not offset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this normal, can you normally select and identify offset lines or does it just not work like that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 13:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/no-select-or-identify-possible-on-sdo-geometry/m-p/391327#M22455</guid>
      <dc:creator>chrisflory</dc:creator>
      <dc:date>2011-02-01T13:27:23Z</dc:date>
    </item>
  </channel>
</rss>

