Geographic transformation drop down list is missing if creating and register an SDO_GEOMETRY table with ArcSDE.
最後に公開された状態: August 25, 2014ArcSDE/Enterprise Geodatabase
不具合 ID 番号
NIM073047
送信されました
September 22, 2011
最終更新日
April 2, 2025
適用対象
ArcSDE/Enterprise Geodatabase
見つかったバージョン
9.3.1
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
1. Create an empty sdo_geometry feature class using ArcCatalog with WGS1984 cooridnate system.2. Get the SRID from the sde.layers table.Select SRID from sde.layers where table_name = 'FC_NAME_IN_1';3. Register the sdo_geometry table created using SQL with -R SRID option, the value is from 2e.g. sdelayer -o register -l prj4,shape -i sde:oracle11g -t SDO_GEOMETRY -P HIGH -C objectid,SDE -g RTREE -u test -p test -e a -R 2