Home » Server Options » Spatial » To convert from 3785 to 8265 srid (ORacle 11g R2 ,Windows)
|
Re: To convert from 3785 to 8265 srid [message #459279 is a reply to message #459209] |
Fri, 04 June 2010 04:55   |
_jum
Messages: 577 Registered: February 2008
|
Senior Member |
|
|
I did not find no SRID=3785 in the CS_SRS table. Did you define it by yourself, may be wrong ?
select srid, cs_name from MDSYS.CS_SRS where srid in (3785,8265,40983);
SRID CS_NAME
--------------------------------------------------------
8265 Longitude / Latitude (NAD 83)
40983 California 0405, Zone V (1983, US Survey feet)
[Updated on: Fri, 04 June 2010 04:56] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: To convert from 3785 to 8265 srid [message #459319 is a reply to message #459304] |
Fri, 04 June 2010 06:46  |
_jum
Messages: 577 Registered: February 2008
|
Senior Member |
|
|
After download of CS=3785 (Popular Visualisation CRS / Mercator):
SELECT SDO_UTIL.to_kmlgeometry (SDO_CS.transform (geom, 3785)) xml
FROM test_geom WHERE id=56195008;
<Point>
<extrude>0</extrude>
<tessellate>0</tessellate>
<altitudeMode>relativeToGround</altitudeMode>
<coordinates>5037380.54583075,5658370.15886842</coordinates>
</Point>
Have You got a testpoint to transform ?
[Updated on: Fri, 04 June 2010 06:49] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu Apr 17 08:00:08 CDT 2025
|