<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>&nbsp;<BR>
I&nbsp;have been working on a problem with esri for quite some time. I have an oracle database storing my ArcSDE data as SDO geometry (supported on oracle 10g 2.3 and arcsde 9.2). I use several parameters in my keyword to load the data and only use esri to load. The significant parameters to this issue are the srid and the geometry type being 41106 and sdo_geometry respectively. After having scaling problems other problems with displaying units in arcmap for over 2 years esri finally blamed the problem on a bug in oracle (they would give me the bug number). Stating that the oracle wkt is not an international standard and thus has problems being recognised in the esri software. The wkt 41106 is exactly the same as the esri system NAD 1983 StatePlane Oklahoma North FIPS 3501 (Feet).prj with the exception of the name (Oklahoma 3501, Northern Zone (1983, US Survey feet))(which by the way is the same as the autodesk ok83-nf with no problems there). ESRI said this was the cause of the oracle bug. <BR>
I know&nbsp;that sde is having a problem relating this wkt because if I build a feature dataset and assign the esri system to it, then load the data into that dataset (in esri products the dataset determines the coordinate system of all feature classes contained within), It assigns the wkt to the feature class until you go and reassign the esri system to the feature dataset (this is the workaround esri provided). All is well until something like a load, truncate or new feature class is added to the dataset.<BR>
Now my question.<BR>
In map 3d 2008 or 2009, when I get connected via FDO the list of coordinate systems is inconsistent (see attached jpg sdelistinmap.jpg). If I look at my oracle metadata all srids are assigned the 41106. Where does map pull the coordinate system information for the arcsde fdo data type? is it from the sde layer definition? <BR>
Any help or understanding would be grand.<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
select * from mdsys.cs_srs where srid = 41106<BR>/<BR>-------------------------------------------------------------------------------<BR>CS_BOUNDS(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES<BR>-------------------------------------------------------------------------------<BR>PROJCS["Oklahoma 3501, Northern Zone (1983, US Survey feet)", GEOGCS ["NAD 83 (<BR>ontinental US)", DATUM ["NAD 83 (Continental US)", SPHEROID ["GRS 80", 6378137,<BR>298.257222101]], PRIMEM [ "Greenwich", 0.000000 ], UNIT ["Decimal Degree", 0.01<BR>
CS_NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SRID<BR>-------------------------------------------------------------------- ----------<BR>&nbsp;AUTH_SRID<BR>----------<BR>AUTH_NAME<BR>-------------------------------------------------------------------------------<BR>WKTEXT<BR>-------------------------------------------------------------------------------<BR>CS_BOUNDS(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES<BR>-------------------------------------------------------------------------------<BR>45329251994330]], PROJECTION ["Lambert Conformal Conic"], PARAMETER ["Standard_<BR>arallel_1", 35.566667], PARAMETER ["Standard_Parallel_2", 36.766667], PARAMETER<BR>["Central_Meridian", -98.000000], PARAMETER ["Latitude_Of_Origin", 35.000000], <BR>
CS_NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SRID<BR>-------------------------------------------------------------------- ----------<BR>&nbsp;AUTH_SRID<BR>----------<BR>AUTH_NAME<BR>-------------------------------------------------------------------------------<BR>WKTEXT<BR>-------------------------------------------------------------------------------<BR>CS_BOUNDS(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES<BR>-------------------------------------------------------------------------------<BR>ARAMETER ["False_Easting",&nbsp;&nbsp; 1968500.0000], UNIT ["U.S. Foot", 0.3048006096012]<BR><BR><br /><hr />More immediate than e-mail? <a href='http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_instantaccess_042008' target='_new'>Get instant access with Windows Live Messenger.</a></body>
</html>