Functions to return polygon data [message #418858] |
Tue, 18 August 2009 22:18 |
ramzansadiq
Messages: 4 Registered: August 2009
|
Junior Member |
|
|
Hi there,
I am looking for different Oracle functions which return polygon and line data ( return collection of cordinates from sdo_geometry.ordinates ). My data for sdo_geometry is like this.
select geometry.sdo_ordinate from mytable
-----------------------------------------
61,42,0, 62,43,0 and so on
I am unable to find functions using google search, Your help is greatly appreciated.
Thanks
Nancy
|
|
|