Hello,
I have geometry in Spatial and I find centroid by this select:
SELECT SDO_GEOM.SDO_CENTROID(g.GEOM,0.005)
FROM GEOM_TABLE g
WHERE id = 182
The result is something like this in SQLPlus: SDO_GEOMETRY(2001, NULL, SDO_POINT_TYPE(-724766,12, -1051731,3, NULL), NULL, NUL
L)
does anybody know how can I use the coordinates? I need to write it in my web pages...
Thank you for all answers...
Ondrej