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