Spatial (MOSC)

MOSC Banner

Inaccurate transformed values

edited Nov 13, 2010 5:41AM in Spatial (MOSC) 2 commentsAnswered ✓
 Hi All,
I'm new to spatial. Started to deal with because I need occasional transformations to/from SRID 2065 and 8307. I tried some coordinates and I always get 100-150 meters of difference. E.g.
SELECT sdo_cs.transform (MDSYS.SDO_GEOMETRY (2001, 8307, sdo_point_type (14.3537417, 50.774844, NULL), NULL, NULL), 2065).get_wkt() as res FROM DUAL;
RES                                                                            
--------------------------------------------------------------------------------
POINT (737206.841988616 966766.614400023)                                      
1 row selected.
But the good is (737106, 966617).
I checked all the parameters and WKT (based on spatialreference.org) but they are all OK.
Database is 32-bit windows, 10.2.0.5.

Any suggestions?
Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center